mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2414 - remove QApplication.exit
It is not StdOutBroker responsibility.
This commit is contained in:
parent
8bc173a9c2
commit
d92acb12b5
1 changed files with 0 additions and 1 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue