From 864d7c754b564dd3f9809a877f46d0f38903c22b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 18 Jul 2011 19:00:34 +0800 Subject: fixes a typo --- segment.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'segment.py') 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) -- cgit