Changeset 9909967 in sasview
- Timestamp:
- Sep 7, 2017 5:58:20 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:
- fef38e8
- Parents:
- 8222f171
- Location:
- sasview
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasview/logger_config.py
rf36e01f r9909967 6 6 import os.path 7 7 8 import pkg_resources8 #import pkg_resources 9 9 10 10 … … 70 70 # To avoid the exception in OSx 71 71 # NotImplementedError: resource_filename() only supported for .egg, not .zip 72 try:73 places_to_look_for_conf_file.append(74 pkg_resources.resource_filename(__name__, filename))75 except NotImplementedError:76 pass72 #try: 73 # places_to_look_for_conf_file.append( 74 # pkg_resources.resource_filename(__name__, filename)) 75 #except NotImplementedError: 76 # pass 77 77 78 78 for filepath in places_to_look_for_conf_file:
Note: See TracChangeset
for help on using the changeset viewer.