From 02bdf50e193e9cf7d713b7b9de66906788a895c7 Mon Sep 17 00:00:00 2001
From: Daniel K Lyons <dlyons@nrao.edu>
Date: Thu, 10 Sep 2020 08:46:43 -0600
Subject: [PATCH] Fix comment typo

---
 shared/workspaces/src/workspaces/cli.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/shared/workspaces/src/workspaces/cli.py b/shared/workspaces/src/workspaces/cli.py
index c2bc855a2..96b923f84 100644
--- a/shared/workspaces/src/workspaces/cli.py
+++ b/shared/workspaces/src/workspaces/cli.py
@@ -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")
-- 
GitLab