Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 12, 2024
1 parent 7539686 commit 8f992e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/taskdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def is_parentless(self, point):
def __repr__(self) -> str:
"""
>>> TaskDef(
... name='oliver', rtcfg={}, run_mode='fake', start_point='1',
... name='oliver', rtcfg={}, start_point='1',
... initial_point='1'
... )
<TaskDef 'oliver'>
Expand Down

0 comments on commit 8f992e1

Please sign in to comment.