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
$ poetry install -d
The option "-d" does not exist
$ python docs/generate_recipe_doc.py data/recipes
Traceback (most recent call last):
File "/usr/local/google/home/jonathangreig/projects/dftimewolf/dftimewolf/docs/generate_recipe_doc.py", line 163, in <module>
outputdir = os.path.abspath(sys.argv[2])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The instructions in docs/recipe-list.md generated by docs/generate_recipe_doc.py say to generate the recipe list by running:
But neither of these commands work:
The text was updated successfully, but these errors were encountered: