-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fix regression for files without permissions. #418
Conversation
When working on fsfe#418, one of my commits tripped on isort in CI. This should prevent this in the future.
Sorry for not looking into this sooner. Thanks for working on this.
|
I cannot reproduce your error, @nicorikken. For me, the following happens which is what I think @CharString intended:
Or am I missing something? |
Hmm, I have to do some more debugging in my system them to pinpoint it. |
Perhaps there was some state left from my own Python code. I did a clean clone in a separate directory and now it works:
Great!! The code also looks good to me, so Max I approve. |
@nicorikken No problem |
Yay, happy that it worked out :) |
Incorporates good ideas from pr fsfe#400. I didn't see it existed when I created this pr. - _check -> _verify to match naming style of other verification functions. - split the parameters into paths and parser
Closes #398