From b6f2095aa2301d1b9bb09194914ba4d58ca330b8 Mon Sep 17 00:00:00 2001 From: Abhimanyu S Date: Tue, 14 Jul 2020 10:59:10 +0530 Subject: [PATCH] Removed old code creating problems. --- pintaexec.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pintaexec.py b/pintaexec.py index 14b3de9..8a7eb93 100644 --- a/pintaexec.py +++ b/pintaexec.py @@ -99,11 +99,6 @@ def run_filterbank(session, item, branch): stop_time = time.time() print_exec_time(branch, program, stop_time-start_time) - - if branch == 'norfix' and session.input_dir != session.working_dir: - print("Removing symlink to the rawdatafile.") - print("[CMD] rm {}".format(filterbank_in_file)) - os.remove(filterbank_in_file) def run_dspsr(session, item, branch): program = 'dspsr'