Skip to content

Commit

Permalink
update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Sep 13, 2024
1 parent be9f398 commit 98fa5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def main_func():
try:
bm.run_speedtest(g.session_id, g.project_id)
bm.upload_speedtest_results(res_dir + "/speedtest/")
sec_pbar.hide()
except Exception as e:
sly.logger.warn(f"Speedtest failed. Skipping. {e}")

Expand All @@ -78,7 +79,6 @@ def main_func():
report_model_benchmark.set(template_vis_file)
report_model_benchmark.show()
pbar.hide()
sec_pbar.hide()

# ==================== Workflow output ====================
w.workflow_output(api, res_dir, template_vis_file)
Expand Down

0 comments on commit 98fa5c4

Please sign in to comment.