Changeset 3e8dee3 in sasview for src/sas/qtgui/MainWindow/MainWindow.py
- Timestamp:
- Nov 8, 2017 9:22:45 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 0e80658
- Parents:
- 412e069e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r412e069e r3e8dee3 27 27 self.guiManager = GuiManager(self) 28 28 except Exception as ex: 29 print("EXCEPTION: ", ex) 29 import logging 30 logging.error("Application failed with: ", ex) 31 print("Application failed with: ", ex) 30 32 31 33 def closeEvent(self, event):
Note: See TracChangeset
for help on using the changeset viewer.