Skip to content

Commit

Permalink
Update queue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 13, 2024
1 parent b540f6a commit d6f13e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zndraw/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def run_queued_task(
queue[TASK_RUNNING] = True
cls(**task).run(vis, **run_kwargs)
except Exception:
# TODO: print stacktrace
vis.log(f"""Error running `{cls}`:
```python
{traceback.format_exc()}
Expand Down

0 comments on commit d6f13e0

Please sign in to comment.