Skip to content

Commit 57f43ff

Browse files
workflow_url default to local path or url
workflow_url could be any secondary file required by the workflow.
1 parent be94840 commit 57f43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/arvados_wes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def RunWorkflow(self, **args):
189189
workflow_attachment_file = tempfile.NamedTemporaryFile()
190190
workflow_attachment_file.write(body.get('workflow_attachment'))
191191
workflow_attachment_file.flush()
192-
workflow_url = workflow_attachment_file.name
192+
# workflow_url = workflow_attachment_file.name
193193

194194
project_uuid = body.get("workflow_engine_parameters", {}).get("project_uuid")
195195

0 commit comments

Comments
 (0)