#31912: pathlib PermissionError problem
-------------------------------+--------------------------------------
Reporter: leonyxz | Owner: nobody
Type: Bug | Status: closed
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution: needsinfo
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):
* status: new => closed
* resolution: => needsinfo
Comment:
Hi. Interesting. I'm struggling to see what if anything we can or should
do here.
So this is the call we're making:
> `BASE_DIR = Path(__file__).resolve(strict=True).parent.parent`
from `settings.py`.
If that raises `PermissionDenied` then (surely, I want to say) your
permissions are just set wrong (too strict).
I can't see how it's meant to be an issue in Django?
(Sorry if I'm missing it...)
--
Ticket URL: <https://code.djangoproject.com/ticket/31912#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.f6e20a227ecec826155b1b902d813599%40djangoproject.com.