From 7580203c2beab710cb701ccaf19d62bf695ac11d Mon Sep 17 00:00:00 2001 From: chrin Date: Thu, 27 Jul 2023 09:19:20 +0200 Subject: [PATCH] print added to closeEvent --- base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.py b/base.py index 7cd595f..3d9abec 100644 --- a/base.py +++ b/base.py @@ -913,8 +913,8 @@ class BaseWindow(QMainWindow): print("Closing Application", flush=True) self.save_application_settings() QApplication.processEvents() - print( ("Stopping Monitors. This may on occasion lead to " + - "NO CYTHON CALLBACK MATCH FOUND notices"), flush=True) + #print( ("Stopping Monitors. This may on occasion lead to " + + # "NO CYTHON CALLBACK MATCH FOUND notices"), flush=True) self.cafe.monitorStopAll() time.sleep(0.05) self.cafe.terminate()