-
Notifications
You must be signed in to change notification settings - Fork 13
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
INTERNAL ERROR: root
must be absolute but is .
#6
Comments
I'm unable to reproduce this. Please try specifying a full path to setup.cfg and see what it does. |
With an absolute path to the cfg it works fine:
A relative path doesn't work:
|
@svaningelgem so that's M$ powershell, yup? and venv. If not, no problem - I think I would look into it in this week as first contrib to that pretty ✨ brunette ✨ ;) |
I moved to axblack which fits everything I wanted to do. I'll have a look into this though. |
Reproduced again with conda & a freshly clone of brunette:
|
@svaningelgem you dont need setup.cfg? Have you seen problem described here: I see that on brunette and want to fix, but not on black and wonder.. |
pip install -U brunette
: v 0.1.7 installed.The following commands I all ran in the latest cloned git master of brunette:
Reformat the current directory with default settings with black:
Same but with brunette:
Now use the config file provided within git:
Ok, maybe it's the directory?
Ok, maybe it needs to be absolute like it says in the error?
The text was updated successfully, but these errors were encountered: