Ignore:
File:
1 edited

Legend:

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

    raed0532 rf9214aa  
    241241        # Run the model test in sasmodels 
    242242        try: 
    243             model_results = self.checkModel(full_path) 
     243            model_results = GuiUtils.checkModel(full_path) 
    244244            logging.info(model_results) 
    245245        except Exception as ex: 
Note: See TracChangeset for help on using the changeset viewer.