Fix typo in cmd line

This commit is contained in:
jboschen
2019-10-02 11:27:21 -05:00
parent 80168d0d5a
commit 319df973d9

View File

@ -418,7 +418,7 @@ while 1:
i += 1
log = "nwchem_lammps.out"
archive = "nwchem_logs/nwchem_lammps" + str(i) + ".out"
cmd = nwchemcmd + " nwchem_lammps.nw > " log
cmd = nwchemcmd + " nwchem_lammps.nw > " + log
print("\nLaunching NWChem ...")
print(cmd)
subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True)