Skip to content

Commit 30a9c3f

Browse files
committed
fix typo in printed information
1 parent 3501358 commit 30a9c3f

File tree

1 file changed

+1
-1
lines changed
  • planemo_ext/galaxy/tools/linters

1 file changed

+1
-1
lines changed

planemo_ext/galaxy/tools/linters/stdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def lint_stdio(tool_xml, lint_ctx):
44
stdios = tool_xml.findall("./stdio")
55
if not stdios:
6-
lint_ctx.info("No stdio definition found, tool will determines error from stderr.")
6+
lint_ctx.info("No stdio definition found, tool will determine an error from stderr.")
77
return
88

99
if len(stdios) > 1:

0 commit comments

Comments
 (0)