We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501358 commit 30a9c3fCopy full SHA for 30a9c3f
planemo_ext/galaxy/tools/linters/stdio.py
@@ -3,7 +3,7 @@
3
def lint_stdio(tool_xml, lint_ctx):
4
stdios = tool_xml.findall("./stdio")
5
if not stdios:
6
- lint_ctx.info("No stdio definition found, tool will determines error from stderr.")
+ lint_ctx.info("No stdio definition found, tool will determine an error from stderr.")
7
return
8
9
if len(stdios) > 1:
0 commit comments