Skip to content

Commit 8f89637

Browse files
authored
normalize directory entries before executing an ExpressionTool (#1075)
1 parent ccf3de5 commit 8f89637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/command_line_tool.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(self,
9797

9898
def run(self, runtimeContext): # type: (RuntimeContext) -> None
9999
try:
100+
normalizeFilesDirs(self.builder.job)
100101
ev = self.builder.do_eval(self.script)
101102
normalizeFilesDirs(ev)
102103
self.output_callback(ev, "success")

0 commit comments

Comments
 (0)