From 343549d01ef10243358ed094a07c7f5b8c230370 Mon Sep 17 00:00:00 2001 From: Zubair Khan Date: Wed, 18 Dec 2024 07:06:45 -0500 Subject: [PATCH] Update common.py --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index cbfa7c4..7ba7ceb 100644 --- a/common.py +++ b/common.py @@ -60,7 +60,7 @@ def call_script_return(script): def call_perl_script(script): - check_call(["perl" + " " + script + ".pl > " + script + ".csv"], shell=True) + check_call(["perl" + " " + script + ".pl"], shell=True) def make_data():