From d92acb12b5c4040e4f2fdfaf366b9013c469b972 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 9 Feb 2022 14:46:24 +0100 Subject: [PATCH] OP-2414 - remove QApplication.exit It is not StdOutBroker responsibility. --- openpype/tools/stdout_broker/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/tools/stdout_broker/app.py b/openpype/tools/stdout_broker/app.py index 7c856d58e7..f714071b31 100644 --- a/openpype/tools/stdout_broker/app.py +++ b/openpype/tools/stdout_broker/app.py @@ -158,7 +158,6 @@ class StdOutBroker: if self.websocket_server: self.websocket_server.stop() - QtCore.QCoreApplication.exit() def _catch_std_outputs(self): """Redirects standard out and error to own functions"""