Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Mar 6, 2024
1 parent d147b0f commit 269078a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def parse_fail_cycle_points(
True
>>> this([])
[]
>>> this(None)
None
>>> this(None) is None
True
"""
f_pts: 'Optional[List[PointBase]]' = []
if (
Expand Down

0 comments on commit 269078a

Please sign in to comment.