Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/calculator/model_editor.py

    r463e7ffc rddbac66  
    3232from sas.sasgui.guiframe.documentation_window import DocumentationWindow 
    3333from .pyconsole import show_model_output, check_model 
    34  
    35 logger = logging.getLogger(__name__) 
    3634 
    3735 
     
    987985                exec "from %s import Model" % name 
    988986            except: 
    989                 logger.error(sys.exc_value) 
     987                logging.error(sys.exc_value) 
    990988 
    991989        # Prepare the messagebox 
Note: See TracChangeset for help on using the changeset viewer.