Feed on
Posts
Comments

to not have the output of subprocess.check_call print out in python, pass the output to /dev/null like so:

subprocess.check_call(angst_call,stdout=open(os.devnull,”w”))


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS