Commit e2f2012
authored
Fix type annotation of renderlist (#387)
Fix:
```
schema-salad-doc --brandstyle '<link rel="stylesheet" href="https://jamestaylor.org/galaxy-bootstrap/galaxy_bootstrap.css">' --brandinverse --brand '<img src="icon.png" />' --only https://galaxyproject.org/gxformat2/v19_09#WorkflowDoc --only https://galaxyproject.org/gxformat2/v19_09#GalaxyWorkflow workflow.yml
Traceback (most recent call last):
File "/home/soranzon/software/nsoranzo_gxformat2/.venv/bin/schema-salad-doc", line 8, in <module>
sys.exit(main())
File "schema_salad/makedoc.py", line 695, in main
File "schema_salad/makedoc.py", line 730, in makedoc
TypeError: str object expected; got list
```1 parent c157554 commit e2f2012
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments