Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit584f39d

Browse files
committed
fixed small indent error
1 parent9a78e33 commit584f39d

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
forosiginindices:
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
exceptValueError:
25162516
# If not, see if we can find it in inputs
25172517
isys,indices,gain=_parse_spec(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp