Cleanup: pep8

This commit is contained in:
2015-05-17 17:17:31 +10:00
parent 02cbc3c1e0
commit 847ec075eb
11 changed files with 49 additions and 25 deletions

View File

@@ -226,7 +226,8 @@ def resolve_ncase(path):
if _os.path.isdir(dirpath):
try:
files = _os.listdir(dirpath)
except PermissionError: # We might not have the permission to list dirpath...
except PermissionError:
# We might not have the permission to list dirpath...
return path, False
else:
return path, False