Skip to content

Commit

Permalink
issues/720
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed May 6, 2024
1 parent c40fef7 commit f0773fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/exec/PyStand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ const auto init_script =
L" code = compile(text, PYSTAND_SCRIPT, 'exec')\n"
L" exec(code, environ)\n"
L"except Exception:\n"
L" if attached:\n"
L" raise\n"
L" import traceback, io\n"
L" sio = io.StringIO()\n"
L" traceback.print_exc(file = sio)\n"
Expand Down

0 comments on commit f0773fd

Please sign in to comment.