We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d735c commit 48ff49eCopy full SHA for 48ff49e
1 file changed
planemo_ext/galaxy/tools/linters/help.py
@@ -12,7 +12,7 @@ def lint_help(tool_xml, lint_ctx):
12
lint_ctx.warn("No help section found, consider adding a help section to your tool.")
13
return
14
15
- help = helps[0].text
+ help = helps[0].text or ''
16
if not help.strip():
17
lint_ctx.warn("Help section appears to be empty.")
18
0 commit comments