Skip to content

Commit

Permalink
abbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed May 16, 2023
1 parent 037ebab commit 7d16f85
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 @@ -978,7 +978,7 @@ def walker(v: Union[Value.File, Value.Directory]) -> str:
logger.warning(
_(
"multiple output files share the same basename; while miniwdl supports this,"
" consider modifying WDL to ensure distinct basenames for all output files",
" consider modifying WDL to ensure distinct output basenames",
basenames=collisions,
)
)
Expand Down

0 comments on commit 7d16f85

Please sign in to comment.