summaryrefslogtreecommitdiffstats
path: root/segment.py
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-07-18 19:00:34 +0800
committerPeng Wu <alexepico@gmail.com>2011-07-18 19:00:34 +0800
commit864d7c754b564dd3f9809a877f46d0f38903c22b (patch)
tree3d0ab3a91dbc68f2460b3edbbc3e6961458dbb48 /segment.py
parent1b363860cb617c3d4b2294250eecf8163577336e (diff)
downloadtrainer-864d7c754b564dd3f9809a877f46d0f38903c22b.tar.gz
trainer-864d7c754b564dd3f9809a877f46d0f38903c22b.tar.xz
trainer-864d7c754b564dd3f9809a877f46d0f38903c22b.zip
fixes a typo
Diffstat (limited to 'segment.py')
-rwxr-xr-xsegment.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/segment.py b/segment.py
index 4870e65..09cc1c2 100755
--- a/segment.py
+++ b/segment.py
@@ -73,6 +73,8 @@ def walkThroughIndex(path):
filepath = os.path.join(root, onefile)
if onefile.endswith(config.getIndexPostfix()):
handleOneIndex(filepath)
+ elif onefile.endswith(config.getStatusPostfix()):
+ pass
else:
print('Unexpected file:' + filepath)