We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa5349 commit 1491f42Copy full SHA for 1491f42
cylc/flow/simulation.py
@@ -62,7 +62,7 @@ def __repr__(self):
62
>>> this = ModeSettings()
63
>>> print(this)
64
<flow.simulation.ModeSettings object at ...
65
- simulated_run_length : None
+ simulated_run_length : 0.0
66
sim_task_fails : False
67
"""
68
repr_ = [super().__repr__()]
0 commit comments