Changeset f0a8f74 in sasview for src/sas/qtgui


Ignore:
Timestamp:
Jul 6, 2018 4:29:36 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, 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:
1431dab
Parents:
b1a7a81
Message:

fixed missing import statement + decl. of 'logger' in GuiManager?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    r2b39fea rf0a8f74  
    4444 
    4545from sas.qtgui.Utilities.AddMultEditor import AddMultEditor 
     46 
     47logger = logging.getLogger(__name__) 
    4648 
    4749class Acknowledgements(QDialog, Ui_Acknowledgements): 
     
    156158            CategoryInstaller.check_install(model_list=model_list) 
    157159        except Exception: 
     160            import traceback 
    158161            logger.error("%s: could not load SasView models") 
    159162            logger.error(traceback.format_exc()) 
Note: See TracChangeset for help on using the changeset viewer.