Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed May 16, 2023
1 parent eaefe16 commit 037ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDL/runtime/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def _warn_output_basename_collisions(
) -> None:
targets_by_basename = {}

def walker(v):
def walker(v: Union[Value.File, Value.Directory]) -> str:
target = v.value
if os.path.exists(target):
target = os.path.realpath(target)
Expand Down

0 comments on commit 037ebab

Please sign in to comment.