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 be94840 commit 57f43ffCopy full SHA for 57f43ff
wes_service/arvados_wes.py
@@ -189,7 +189,7 @@ def RunWorkflow(self, **args):
189
workflow_attachment_file = tempfile.NamedTemporaryFile()
190
workflow_attachment_file.write(body.get('workflow_attachment'))
191
workflow_attachment_file.flush()
192
- workflow_url = workflow_attachment_file.name
+# workflow_url = workflow_attachment_file.name
193
194
project_uuid = body.get("workflow_engine_parameters", {}).get("project_uuid")
195
0 commit comments