Changes in src/sas/_config.py [f7d14a1:531dd64] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/_config.py
rf7d14a1 r531dd64 98 98 if not "SAS_OPENCL" in open(path).read(): 99 99 try: 100 open( config_file, "a+").write("SAS_OPENCL = \"None\"\n")100 open(path, "a+").write("SAS_OPENCL = \"None\"\n") 101 101 except Exception: 102 102 logger.error("Could not update custom config with SAS_OPENCL.")
Note: See TracChangeset
for help on using the changeset viewer.