Fix for cog error

Should help tests pass for #374, #371
This commit is contained in:
Simon Willison 2022-01-09 12:08:03 -08:00
commit 49a54ffb2f

View file

@ -182,6 +182,7 @@ Available ``--fmt`` options are:
import tabulate
cog.out("\n" + "\n".join('- ``{}``'.format(t) for t in tabulate.tabulate_formats) + "\n\n")
.. ]]]
- ``fancy_grid``
- ``fancy_outline``
- ``github``
@ -206,6 +207,7 @@ Available ``--fmt`` options are:
- ``tsv``
- ``unsafehtml``
- ``youtrack``
.. [[[end]]]
This list can also be found by running ``sqlite-utils query --help``.