Ignore:
Timestamp:
Apr 19, 2017 1:58:36 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
cd2cc745
Parents:
6c8fb2c
Message:

Putting files in more ordered fashion

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r7d077d1 r83eb5208  
    8888        pass 
    8989        #logging.error("Error loading %s/%s: %s" % (path, confg_file, sys.exc_value)) 
     90    except ValueError: 
     91        print "Value error" 
     92        pass 
    9093    finally: 
    9194        if fObj is not None: 
     
    117120    #logging.info("found local_config in %s", PATH_APP) 
    118121 
    119  
    120122from sas.sasgui.guiframe.customdir  import SetupCustom 
    121123c_conf_dir = SetupCustom().setup_dir(PATH_APP) 
     124 
    122125custom_config = _find_local_config('custom_config', c_conf_dir) 
    123126if custom_config is None: 
Note: See TracChangeset for help on using the changeset viewer.