Closed GoogleCodeExporter closed 9 years ago
Just for reference: this briefly got discussed on the mailing list
http://groups.google.com/group/pyfilesystem-discussion/browse_thread/thread/16de
03af0e2ec093/
Original comment by gc...@loowis.durge.org
on 24 Aug 2012 at 10:28
I'd really be happy just to have an error I could raise when someone does
something they're not supposed to. Right now if a user tries to write to a
directory they don't have permission to write to, the best I can do is raise a
"ParentDirectoryMissingError" which leads to confusing error messages. It would
be nice if there were a "PermissionDeniedError" or similar.
Original comment by aus...@gmail.com
on 5 Sep 2012 at 4:42
Nevermind, the PermissionDeniedError exists, it's just not documented.
Original comment by aus...@gmail.com
on 5 Sep 2012 at 4:51
Closing this for now. Open to adding an implementation if somebody has written
one.
Original comment by willmcgugan
on 9 Sep 2013 at 8:41
Original issue reported on code.google.com by
btimby@gmail.com
on 31 Dec 2011 at 4:48