summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-09-13 09:16:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-09-13 09:16:44 +0000
commit95d1a8a4a0fce4b8d247ff5ee6f3df6e21a4e983 (patch)
treedad26b1efb5f9f6a5511540937ad650a44244b14 /morphlib/builder2.py
parent8ad6d233dc430932fb39334dd5a88985b57b0358 (diff)
downloadmorph-95d1a8a4a0fce4b8d247ff5ee6f3df6e21a4e983.tar.gz
Fix code format for unicode fix
Diffstat (limited to 'morphlib/builder2.py')
-rw-r--r--morphlib/builder2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index 028926a1..0b986540 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -348,7 +348,8 @@ class ChunkBuilder(BuilderBase):
'''
now = time.time()
- for dirname, subdirs, basenames in os.walk(root.encode("utf-8"), topdown=False):
+ for dirname, subdirs, basenames in os.walk(root.encode("utf-8"),
+ topdown=False):
for basename in basenames:
pathname = os.path.join(dirname, basename)
# we need the following check to ignore broken symlinks