diff --git a/base.py b/base.py index d8ceace..7cd595f 100644 --- a/base.py +++ b/base.py @@ -910,8 +910,11 @@ class BaseWindow(QMainWindow): #Close all dock widgets #self.removeDockWidget(self.hdf_dock_widget) self.logger.info("Closing Application") + 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) self.cafe.monitorStopAll() time.sleep(0.05) self.cafe.terminate()