Skip to content

Commit

Permalink
cylc play: print downgrade msg to stderr so that it shows in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Aug 15, 2023
1 parent 8d90413 commit 5e709de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scheduler_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def _version_check(
'<blue>'
f'\n$ CYLC_VERSION={last_run_version} {" ".join(sys.argv[1:])}'
'</blue>'
))
), file=sys.stderr)
return False
elif itt < 2 and this > that:
# restart would INCREASE the Cylc version in a big way
Expand Down

0 comments on commit 5e709de

Please sign in to comment.