Skip to content

Commit

Permalink
Update cylc/uiserver/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie authored May 12, 2023
1 parent 88f6324 commit 6b9e33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/uiserver/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ class Arguments:
upgrade = graphene.Boolean(
description=sstrip('''
Allow the workflow to be restarted with a newer
version of Cylc.
''')
version of Cylc.
''')
)
abort_if_any_task_fails = graphene.Boolean(
default_value=False,
Expand Down

0 comments on commit 6b9e33b

Please sign in to comment.