Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document helper script instructions are incorrect #692

Open
jonathan-greig opened this issue Dec 22, 2022 · 0 comments
Open

Document helper script instructions are incorrect #692

jonathan-greig opened this issue Dec 22, 2022 · 0 comments

Comments

@jonathan-greig
Copy link
Member

The instructions in docs/recipe-list.md generated by docs/generate_recipe_doc.py say to generate the recipe list by running:

poetry install -d
python docs/generate_recipe_doc.py data/recipes

But neither of these commands work:

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant