From 538ef8d29567c39207cb962cf969713b02f5f334 Mon Sep 17 00:00:00 2001 From: Su Tian Date: Fri, 14 Aug 2020 22:24:16 -0400 Subject: [PATCH] 0814 --- presg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presg.py b/presg.py index 566b631..189f832 100644 --- a/presg.py +++ b/presg.py @@ -298,7 +298,7 @@ def preSG(sg_xml, analysis, solver='swiftcomp', write_input=True, scrnout=True): cmd.append('-sc') cmd.append('-' + analysis) - cmd = ' '.join(cmd) + # cmd = ' '.join(cmd) try: FNULL = open(os.devnull, 'w') sbp.call(cmd, stdout=FNULL, stderr=sbp.STDOUT)