Skip to content

Commit

Permalink
QA check
Browse files Browse the repository at this point in the history
  • Loading branch information
raresteak committed Dec 7, 2021
1 parent f85b83f commit f2e23ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions findWritableDirectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
os.remove(testFile)
except PermissionError:
pass
except OSError:
pass

for (root, dirs, files) in os.walk(path):
for dir in enumerate(dirs):
Expand Down

0 comments on commit f2e23ef

Please sign in to comment.