Skip to content
Snippets Groups Projects
Commit 308baa8f authored by Lars Bilke's avatar Lars Bilke
Browse files

Update cli.py

parent 9940f916
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ def main(): # pragma: no cover ...@@ -217,7 +217,7 @@ def main(): # pragma: no cover
out_dir = f"{args.out}/{args.format}" out_dir = f"{args.out}/{args.format}"
toolchain = None toolchain = None
versions = None # versions.json versions = None # versions.json
pip_requirements = None pip_requirements = []
for recipe in recipe_args_parser.parse_known_args()[0].recipe: for recipe in recipe_args_parser.parse_known_args()[0].recipe:
import importlib.resources as pkg_resources import importlib.resources as pkg_resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment