Castronova / EMIT

Environmental Model Integration Project (EMIT)
GNU General Public License v2.0
0 stars 2 forks source link

View details fails for configurations #449

Closed Castronova closed 8 years ago

Castronova commented 8 years ago

right click on simulation in toolbox -> view details:

Traceback (most recent call last):
  File "/Users/tonycastronova/code/EMIT/gui/controller/ToolboxCtrl.py", line 53, in on_view_details
    self.ShowDetails()
  File "/Users/tonycastronova/code/EMIT/gui/controller/ToolboxCtrl.py", line 230, in ShowDetails
    model_details = ModelCtrl(self, **kwargs)
  File "/Users/tonycastronova/code/EMIT/gui/controller/ModelCtrl.py", line 13, in __init__
    ModelView.__init__(self, parent, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'properties'