Skip to content

Commit

Permalink
No debug cli arg in 0.2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 11, 2020
1 parent c285914 commit 9189b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fake_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class HugeModel(DTypeModel):
"""Model which has value which does not fit in message body
Can be run from command line with
..code-block:: bash
run-bmi-server --path $PWD/test --name fake_models.HugeModel --port 55555 --debug
run-bmi-server --path $PWD/test --name fake_models.HugeModel --port 55555
"""
def __init__(self):
super().__init__()
Expand Down

0 comments on commit 9189b46

Please sign in to comment.