We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04274c6 commit c019156Copy full SHA for c019156
python/runtime.py
@@ -213,7 +213,7 @@ def send_status(cmd, g):
213
send_status('started', graph)
214
elif command == 'stop':
215
self.runtime.stop(graph)
216
- send_status('started', graph)
+ send_status('stopped', graph)
217
else:
218
print "WARN: Unknown command '%s' for protocol '%s'" % (command, 'network')
219
0 commit comments