Changes in src/sas/qtgui/MainWindow/MainWindow.py [8ac3551:8353d90] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r8ac3551 r8353d90 30 30 except Exception as ex: 31 31 import logging 32 logging.error("Application failed with: " + str(ex))32 logging.error("Application failed with: ", ex) 33 33 print("Application failed with: ", ex) 34 34
Note: See TracChangeset
for help on using the changeset viewer.