From 5d97a6baf6166b74355c6e744e010949a46fd625 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Sun, 7 Oct 2012 23:40:12 -0400 Subject: Split scheduling data by task criticality. --- parse/ft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse/ft.py') 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): FT_DATA_NAME = "scheduler=x-ft" output_file = "{}/out-ft".format(out_dir) - + if os.path.isfile(output_file): print("ft-output already exists for %s" % data_dir) return output_file -- cgit v1.2.2