You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/berntm/projects/mb-galaxy-tools/tools/saqc/gen.py", line 59, in <module>
print(tool.export())
File "/home/berntm/projects/mb-galaxy-tools/tools/saqc/.venv/lib/python3.10/site-packages/galaxyxml/tool/__init__.py", line 201, in export
help_element.text = etree.CDATA(export_xml.help)
AttributeError: 'Tool' object has no attribute 'help'
The text was updated successfully, but these errors were encountered:
Maybe to
""
or"TODO"
?Otherwise
The text was updated successfully, but these errors were encountered: