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 b9503bf commit f8965d0Copy full SHA for f8965d0
wes_service/util.py
@@ -64,6 +64,7 @@ def collect_attachments(self, run_id=None):
64
self.log_for_run(run_id, "Staging attachment '%s' to '%s'" % (v.filename, dest))
65
v.save(dest)
66
has_attachments = True
67
+ body[k] = "file://%s" % tempdir # Reference to temp working dir.
68
elif k in ("workflow_params", "tags", "workflow_engine_parameters"):
69
content = v.read()
70
body[k] = json.loads(content.decode("utf-8"))
0 commit comments