diff options
Diffstat (limited to 'run_case_study.py')
-rw-r--r-- | run_case_study.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_case_study.py b/run_case_study.py index 345ad49..d2a3922 100644 --- a/run_case_study.py +++ b/run_case_study.py | |||
@@ -3,10 +3,13 @@ import sys | |||
3 | import re | 3 | import re |
4 | import csv | 4 | import csv |
5 | import subprocess | 5 | import subprocess |
6 | <<<<<<< HEAD | ||
6 | def run(command): | 7 | def run(command): |
7 | print(command) | 8 | print(command) |
8 | os.system(command) | 9 | os.system(command) |
9 | 10 | ||
11 | ======= | ||
12 | >>>>>>> rtas20-wip | ||
10 | def main(): | 13 | def main(): |
11 | pathName = sys.argv[1] | 14 | pathName = sys.argv[1] |
12 | tacle_pairs_path = "./all_pairs" | 15 | tacle_pairs_path = "./all_pairs" |