OP-2414 - remove QApplication.exit

It is not StdOutBroker responsibility.
This commit is contained in:
Petr Kalis 2022-02-09 14:46:24 +01:00
parent 8bc173a9c2
commit d92acb12b5

View file

@ -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"""