Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 584f39d

Browse files
committed
fixed small indent error
1 parent 9a78e33 commit 584f39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/nlsys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,8 +2510,8 @@ def _find_output_or_input_signal(spec):
25102510
# First trying looking in the output signals
25112511
osys, indices, gain = _parse_spec(syslist, spec, 'output')
25122512
for osig in indices:
2513-
dprint(f" adding output {(osys, osig, gain)}")
2514-
signal_list.append((osys, osig, gain))
2513+
dprint(f" adding output {(osys, osig, gain)}")
2514+
signal_list.append((osys, osig, gain))
25152515
except ValueError:
25162516
# If not, see if we can find it in inputs
25172517
isys, indices, gain = _parse_spec(

0 commit comments

Comments
 (0)