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
{{ message }}
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
I created a new recipe .py and when I ran it I got an error throw but didnt explain what I did wrong
(data) davidburns in~/development/mochivswpt-recipes(ruby-2.6.0) λ adr mochivswpt
Traceback (most recent call last):
File "/Users/davidburns/.virtualenvs/data/bin/adr", line 10, in<module>sys.exit(main())
File "/Users/davidburns/.virtualenvs/data/lib/python3.7/site-packages/adr/cli.py", line 227, in main
result = handler(remainder)
File "/Users/davidburns/.virtualenvs/data/lib/python3.7/site-packages/adr/cli.py", line 180, in handle_recipe
data = run_recipe(config.recipe, remainder)
File "/Users/davidburns/.virtualenvs/data/lib/python3.7/site-packages/adr/recipe.py", line 83, in run_recipe
doc = get_docstring(recipe, fmt="text")
File "/Users/davidburns/.virtualenvs/data/lib/python3.7/site-packages/adr/recipe.py", line 117, in get_docstring
lines = doc.splitlines()
AttributeError: 'NoneType' object has no attribute 'splitlines'
I created a new recipe
.pyand when I ran it I got an error throw but didnt explain what I did wrong