Skip to content

Commit

Permalink
0814
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Tian authored and Su Tian committed Aug 15, 2020
1 parent c171040 commit 538ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 538ef8d

Please sign in to comment.