Changes in src/sas/sasgui/guiframe/gui_manager.py [49165488:64ca561] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/gui_manager.py
r49165488 r64ca561 2122 2122 """ 2123 2123 if custom_config is not None: 2124 sas_opencl = os.environ.get("SAS_OPENCL" )2124 sas_opencl = os.environ.get("SAS_OPENCL",None) 2125 2125 new_config_lines = [] 2126 2126 config_file = open(custom_config.__file__)
Note: See TracChangeset
for help on using the changeset viewer.