Changes in src/sas/_config.py [b963b20:f7d14a1] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/_config.py
rb963b20 rf7d14a1 65 65 try: 66 66 module = load_module_from_path('sas.local_config', path) 67 logger.info("GuiManager loaded %s", path)67 #logger.info("GuiManager loaded %s", path) 68 68 return module 69 69 except Exception as exc: 70 logger.critical("Error loading %s: %s", path, exc)70 #logger.critical("Error loading %s: %s", path, exc) 71 71 sys.exit() 72 72 … … 110 110 try: 111 111 module = load_module_from_path('sas.custom_config', path) 112 logger.info("GuiManager loaded %s", path)112 #logger.info("GuiManager loaded %s", path) 113 113 return module 114 114 except Exception as exc:
Note: See TracChangeset
for help on using the changeset viewer.