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 <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
wxtim and MetRonnie authored May 22, 2023
1 parent 9028983 commit 843a8cb
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 @@ -323,8 +323,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 843a8cb

Please sign in to comment.