Skip to content

Commit

Permalink
Update workflow loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Aug 26, 2024
1 parent 83c6f70 commit 4c8625e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/tabs/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ def _run():
job_layers=labeling_job_layers,
file_infos=file_infos,
)
sly.logger.info(f"Workflow finished. Next workflow ID: {g.WORKFLOW_ID}")
sly.logger.info(f"Workflow finished.")
# sly.logger.info(f"Workflow finished. Next workflow ID: {g.WORKFLOW_ID}")
# ----------------------------------------------- - ---------------------------------------------- #

except CustomException as e:
Expand Down

0 comments on commit 4c8625e

Please sign in to comment.