Skip to content

Commit c2cdea5

Browse files
tetronmr-c
authored andcommitted
Add cast
1 parent d34a0c9 commit c2cdea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/command_line_tool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def revmap_file(
252252
if location.startswith("file://"):
253253
f["path"] = uri_file_path(location)
254254
else:
255-
f["location"] = builder.fs_access.join(outdir, f["location"])
255+
f["location"] = builder.fs_access.join(outdir, cast(str, f["location"]))
256256
return f
257257

258258
if "dirname" in f:

0 commit comments

Comments
 (0)