Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openearth/mmi-python
Browse files Browse the repository at this point in the history
* 'master' of github.com:openearth/mmi-python:
  fix pause initial state
  • Loading branch information
Fedor Baart committed May 2, 2018
2 parents b4da1a9 + 5fa16d1 commit 11b6cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmi/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def create_bmi_model(self, engine, bmi_class=None, wrapper_kwargs=None):
model = wrapper_class(
**wrapper_kwargs
)
# by default start running
model.state = 'play'
return model

def register(self):
Expand Down

0 comments on commit 11b6cd2

Please sign in to comment.