Changeset aed159f in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Oct 26, 2018 5:58:45 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 75906a1
- Parents:
- 33812c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
r8748751 raed159f 95 95 except ImportError: 96 96 pass 97 #logging.error("Error loading %s/%s: %s" % (path, confg_file, sys.exc_value))98 97 except ValueError: 99 98 print("Value error") … … 102 101 if fObj is not None: 103 102 fObj.close() 104 #logging.info("GuiManager loaded %s/%s" % (path, confg_file))105 103 return config_module 106 104
Note: See TracChangeset
for help on using the changeset viewer.