Merge pull request #8053 from gutsytechster/update_filesystem_comment

This commit is contained in:
Pradyun Gedam 2020-05-22 17:07:43 +05:30 committed by GitHub
commit 5d6234172f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ def _test_writable_dir_win(path):
# This could be because there's a directory with the same name.
# But it's highly unlikely there's a directory called that,
# so we'll assume it's because the parent dir is not writable.
# This could as well be because the parent dir is not readable,
# due to non-privileged user access.
return False
raise
else: