Skip to content

Commit 42fe45a

Browse files
snowgoer540SebKuzminsky
authored andcommitted
qtvcp: another attempt to prevent segfaults on exit
1 parent c9ef3d8 commit 42fe45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/qtvcp/qtvcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@ def excepthook(self, exc_type, exc_obj, exc_tb):
507507
from qtvcp.core import Status, Info, Qhal, Path
508508

509509
_qtvcp = QTVCP()
510-
sys.exit(_app)
510+
os._exit(_app)

0 commit comments

Comments
 (0)