Changes in / [e5cbbce:867aa79] in sasview


Ignore:
File:
1 edited

Legend:

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

    r2f22db9 r38beeab  
    21292129                if "SAS_OPENCL" in line: 
    21302130                    if sas_opencl: 
    2131                         new_config_lines.append("SAS_OPENCL = \"" + sas_opencl 
    2132                                                 + "\"\n") 
     2131                        new_config_lines.append("SAS_OPENCL = \""+sas_opencl+"\"") 
    21332132                    else: 
    2134                         new_config_lines.append("SAS_OPENCL = \"None\"\n") 
     2133                        new_config_lines.append("SAS_OPENCL = None") 
    21352134                else: 
    21362135                    new_config_lines.append(line) 
Note: See TracChangeset for help on using the changeset viewer.