Changes in / [bb81385:c1d5aea] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/gui_manager.py

    r49165488 r64ca561  
    21222122        """ 
    21232123        if custom_config is not None: 
    2124             sas_opencl = os.environ.get("SAS_OPENCL") 
     2124            sas_opencl = os.environ.get("SAS_OPENCL",None) 
    21252125            new_config_lines = [] 
    21262126            config_file = open(custom_config.__file__) 
Note: See TracChangeset for help on using the changeset viewer.