Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

use subprocess.check_call in lammps_process.py instead of subprocess.Popen #14

Open
nathanfranklin opened this issue Feb 23, 2015 · 1 comment

Comments

@nathanfranklin
Copy link
Member

https://docs.python.org/3.0/library/subprocess.html?highlight=check_call#subprocess.check_call

@itziakos
Copy link
Member

If you need the output then subprocess.getstatusoutput(cmd) might be more appropriate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants