Skip to content

Commit a032506

Browse files
committed
Silence ruff warning in phaseplot.py
1 parent d8b8b2d commit a032506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/phaseplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def separatrices(
630630
case (stable_color, unstable_color) | [stable_color, unstable_color]:
631631
pass
632632
case single_color:
633-
stable_color = unstable_color = color
633+
stable_color = unstable_color = single_color
634634

635635
# Make sure all keyword arguments were processed
636636
if _check_kwargs and kwargs:

0 commit comments

Comments
 (0)