aboutsummaryrefslogtreecommitdiffstats
path: root/parse/ft.py
diff options
context:
space:
mode:
Diffstat (limited to 'parse/ft.py')
-rw-r--r--parse/ft.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse/ft.py b/parse/ft.py
index c915978..2c2b597 100644
--- a/parse/ft.py
+++ b/parse/ft.py
@@ -39,6 +39,7 @@ def get_ft_output(data_dir, out_dir, force=False):
39 bins = [f for f in bins if os.stat("%s/%s"%(out_dir, f)).st_size] 39 bins = [f for f in bins if os.stat("%s/%s"%(out_dir, f)).st_size]
40 40
41 # Analyze will summarize those 41 # Analyze will summarize those
42 # todo pass in f
42 cmd_arr = [conf.BINS['analyze']] 43 cmd_arr = [conf.BINS['analyze']]
43 cmd_arr.extend(bins) 44 cmd_arr.extend(bins)
44 with open(output_file, "w") as f: 45 with open(output_file, "w") as f: