-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Ignore Folders #111
Comments
Also see additional tries: python3 -m wily build code/Oh no, Wily crashed! See /tmp/tmptqay6pcqwily_log for information. python3 -m wily setupCould not locate wily cache, the cache is required to provide insights. Oh no, Wily crashed! See /tmp/tmp8ou1crslwily_log for information. cat /tmp/tmp8ou1crslwily_logCould not locate wily cache, the cache is required to provide insights. |
I ran your example both on Python 3.7 and 3.8 and was not able to reproduce it. Furthermore, I used a global installed wily version (latest) and one installed in the newly created virtual environment. Again, I was not able to reproduce it. |
I installed wily in a virtualenv and it interferes with the .venv folder. Is there a way to ignore folders or something to include in wily.cfg?
$ python3 -m venv .venv
$ . .venv/bin/activate
(.venv) [root@src Library]# wily build code/
Traceback (most recent call last):
File "/src/Library/.venv/bin/wily", line 11, in
sys.exit(cli())
File "/src/Library/.venv/lib64/python3.6/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/src/Library/.venv/lib64/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/src/Library/.venv/lib64/python3.6/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/src/Library/.venv/lib64/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/src/Library/.venv/lib64/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/src/Library/.venv/lib64/python3.6/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/src/Library/.venv/lib64/python3.6/site-packages/wily/main.py", line 133, in build
operators=resolve_operators(config.operators),
File "/src/Library/.venv/lib64/python3.6/site-packages/wily/operators/init.py", line 153, in resolve_operators
return [resolve_operator(operator) for operator in iter(operators)]
File "/src/Library/.venv/lib64/python3.6/site-packages/wily/operators/init.py", line 153, in
return [resolve_operator(operator) for operator in iter(operators)]
File "/src/Library/.venv/lib64/python3.6/site-packages/wily/operators/init.py", line 141, in resolve_operator
raise ValueError(f"Operator {name} not recognised.")
ValueError: Operator c not recognised.
The text was updated successfully, but these errors were encountered: