-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Rootless docker images get permission denied
#181
Comments
defnull
added a commit
to defnull/python-multipart
that referenced
this issue
Oct 30, 2024
Path.is_file() throws PermissionError if the current user is not allowed to list one of the parent directories. An import would also fail, so threat this as if the file wasn't there. fixes Kludex#181
defnull
added a commit
to defnull/python-multipart
that referenced
this issue
Oct 30, 2024
Path.is_file() throws PermissionError if the current user is not allowed to list one of the parent directories. An import would also fail, so treat this as if the file wasn't there. fixes Kludex#181
If you do not want to wait for the PR to be merged, you could also update Starlette to the most recent release or pin |
Thanks, already did that. I will remove that once your fix is ready and released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am having an issue with the code in your library:
Please add handling of this issue!
The text was updated successfully, but these errors were encountered: