Skip to content
Snippets Groups Projects
Commit 02bdf50e authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Fix comment typo

parent aa459f7e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ def submit_request(ns: ap.Namespace):
:return:
"""
# 1. Look up the REST API location in Capo
# 2. Send encode and send this request
# 2. Encode and submit this request
# 3. Start listening for workflow events on this request
# 4. Quit when the final message comes back
print(ns)
......@@ -44,6 +44,9 @@ def debug_workflow(ns: ap.Namespace):
# ask the service to execute this request
service.execute(ns.name, arg, ns.file)
# should hang out printing messages about this
# request, until we get the "complete" message
def main():
parser = ap.ArgumentParser("workflow")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment