Skip to content

Commit

Permalink
Update cylc/uiserver/resolvers.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 committed Jul 19, 2023
1 parent e1c4671 commit 48243e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cylc/uiserver/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ async def play(cls, workflows, args, workflows_mgr, log):
)
raise Exception(
msg
# include possible traceback in debug mode
+ (f' - {err}' if DEBUG else '')
)

except Exception as exc:
Expand Down

0 comments on commit 48243e2

Please sign in to comment.