Skip to content

Commit 12ebb7e

Browse files
author
Peter Amstutz
committed
Expression evaluate InitialWorkDir listing.
1 parent 5c02ee7 commit 12ebb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/draft2tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def rm_pending_output_callback(output_callback, jobcachepending,
297297
et["entryname"] = None
298298
ls.append(et)
299299
else:
300-
ls.append(t)
300+
ls.append(builder.do_eval(t))
301301
for i,t in enumerate(ls):
302302
if "entry" in t:
303303
if isinstance(t["entry"], (str, unicode)):

0 commit comments

Comments
 (0)