Skip to content

Commit

Permalink
qtvcp: another attempt to prevent segfaults on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
snowgoer540 authored and SebKuzminsky committed Apr 5, 2023
1 parent c9ef3d8 commit 42fe45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emc/usr_intf/qtvcp/qtvcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ def excepthook(self, exc_type, exc_obj, exc_tb):
from qtvcp.core import Status, Info, Qhal, Path

_qtvcp = QTVCP()
sys.exit(_app)
os._exit(_app)

0 comments on commit 42fe45a

Please sign in to comment.