Skip to content

Commit

Permalink
Codelet: print exception in proc
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 26, 2024
1 parent c74f8b4 commit 25868a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cst_python/core/entities/codelet.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ def notify_codelet(self) -> None:
self._raise_exception()

except Exception as e:
traceback.print_exception(e)
#TODO Logging
pass

finally:
if self._codelet_profiler is not None:
Expand Down

0 comments on commit 25868a5

Please sign in to comment.