Changes in / [ba8046c:3ba060e1] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/_config.py

    rf7d14a1 r531dd64  
    9898    if not "SAS_OPENCL" in open(path).read(): 
    9999        try: 
    100             open(config_file, "a+").write("SAS_OPENCL = \"None\"\n") 
     100            open(path, "a+").write("SAS_OPENCL = \"None\"\n") 
    101101        except Exception: 
    102102            logger.error("Could not update custom config with SAS_OPENCL.") 
Note: See TracChangeset for help on using the changeset viewer.