Commit 83658a39 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent

parent c442269b
...@@ -214,8 +214,8 @@ class FileList(_FileList): ...@@ -214,8 +214,8 @@ class FileList(_FileList):
if os.path.exists(path) or os.path.exists(path.encode('utf-8')): if os.path.exists(path) or os.path.exists(path.encode('utf-8')):
self.files.append(path) self.files.append(path)
except UnicodeEncodeError: except UnicodeEncodeError:
log.warn("'%s' not %s encodable -- skipping", path, log.warn("'%s' not %s encodable -- skipping", path,
sys.getfilesystemencoding()) sys.getfilesystemencoding())
else: else:
if os.path.exists(path): if os.path.exists(path):
self.files.append(path) self.files.append(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment