Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Commit

Permalink
[fix] remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpeters86 committed Jul 5, 2018
1 parent 78e8f0e commit 93dd259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def eprint(*args, **kwargs):
state = sim_status['job']['state']
if (state == "complete"):
eprint('Done')
break;
break
if (state == "inactive"):
eprint('In Queue')
if (state == "active"):
Expand Down

0 comments on commit 93dd259

Please sign in to comment.