funkwhale/changes
Simon Arlott 88a72ea14d
Handle access errors scanning directories
Trying to read a directory that is visible but not accessible, or a
symlink to a file in a directory that is not accessible will raise a
PermissionError. Output these and then continue.

If os.scandir() raises an exception then the finally block accesses
"scanner" before it is assigned, raising an UnboundLocalError.
2020-06-21 10:19:04 +01:00
..
changelog.d Handle access errors scanning directories 2020-06-21 10:19:04 +01:00
__init__.py Now use towncrier for changelog management 2018-02-27 19:04:50 +01:00
notes.rst Merge branch 'master' into develop 2020-06-05 11:29:31 +02:00
template.rst 0.17 release documentation initial draft and migration script 2018-09-25 20:18:02 +00:00