Skip to content

Commit f8965d0

Browse files
author
Peter Amstutz
committed
Fix tests
1 parent b9503bf commit f8965d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wes_service/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def collect_attachments(self, run_id=None):
6464
self.log_for_run(run_id, "Staging attachment '%s' to '%s'" % (v.filename, dest))
6565
v.save(dest)
6666
has_attachments = True
67+
body[k] = "file://%s" % tempdir # Reference to temp working dir.
6768
elif k in ("workflow_params", "tags", "workflow_engine_parameters"):
6869
content = v.read()
6970
body[k] = json.loads(content.decode("utf-8"))

0 commit comments

Comments
 (0)