Changeset aed159f in sasview for src/sas/qtgui/Utilities/GuiUtils.py


Ignore:
Timestamp:
Oct 26, 2018 5:58:45 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
75906a1
Parents:
33812c3
Message:

Minor corrections to Inversion after PK's CR

File:
1 edited

Legend:

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

    r8748751 raed159f  
    9595    except ImportError: 
    9696        pass 
    97         #logging.error("Error loading %s/%s: %s" % (path, confg_file, sys.exc_value)) 
    9897    except ValueError: 
    9998        print("Value error") 
     
    102101        if fObj is not None: 
    103102            fObj.close() 
    104     #logging.info("GuiManager loaded %s/%s" % (path, confg_file)) 
    105103    return config_module 
    106104 
Note: See TracChangeset for help on using the changeset viewer.