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 20a430e..127e49f 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
| @@ -12,7 +12,7 @@ def get_ft_output(data_dir, out_dir): | |||
| 12 | 12 | ||
| 13 | FT_DATA_NAME = "scheduler=x-ft" | 13 | FT_DATA_NAME = "scheduler=x-ft" |
| 14 | output_file = "{}/out-ft".format(out_dir) | 14 | output_file = "{}/out-ft".format(out_dir) |
| 15 | 15 | ||
| 16 | if os.path.isfile(output_file): | 16 | if os.path.isfile(output_file): |
| 17 | print("ft-output already exists for %s" % data_dir) | 17 | print("ft-output already exists for %s" % data_dir) |
| 18 | return output_file | 18 | return output_file |
