diff options
Diffstat (limited to 'parse/ft.py')
-rw-r--r-- | parse/ft.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/ft.py b/parse/ft.py index 19453d1..98405f4 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
@@ -63,7 +63,7 @@ def extract_ft_data(result, data_dir, work_dir, cycles): | |||
63 | data_dir = os.path.abspath(data_dir) | 63 | data_dir = os.path.abspath(data_dir) |
64 | work_dir = os.path.abspath(work_dir) | 64 | work_dir = os.path.abspath(work_dir) |
65 | 65 | ||
66 | freg = conf.FILES['ft_data'] + "$" | 66 | freg = conf.FILES['ft_matches'] + "$" |
67 | bins = [f for f in os.listdir(data_dir) if re.match(freg, f)] | 67 | bins = [f for f in os.listdir(data_dir) if re.match(freg, f)] |
68 | 68 | ||
69 | if not len(bins): | 69 | if not len(bins): |