Skip to content

Commit

Permalink
Update cylc/flow/scripts/validate_reinstall.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 Jan 30, 2023
1 parent 61ea036 commit 050d352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/scripts/validate_reinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def vro_cli(parser: COP, options: 'Values', workflow_id: str):
except ServiceFileError:
# Workflow is definitely running:
workflow_running = True
except Exception:
except Exception as exc:
LOG.error(exc)
LOG.critical(
'Cannot tell if the workflow is running'
'\nNote, Cylc 8 cannot restart Cylc 7 workflows.'
Expand Down

0 comments on commit 050d352

Please sign in to comment.