Return codes
pr144 via Jython-dev <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <[email protected]> |
I have this code, pipe = subprocess.Popen(command, shell=False, cwd=BatDir) out, err = pipe.communicate() retCode = pipe.wait() It is returning a 7 Where can I find a list of return codes and their definitions? -- Thank you, PR ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot