Comment on Show HN: Sultan – Pythonic interface to your shellparentComments−asdfgadsfgasfdg9yI hadn't actually noticed that! It looks like .run() allows input and output to be piped and the return code captured. That is a serious improvement over subprocess.call().
Comments
I hadn't actually noticed that! It looks like .run() allows input and output to be piped and the return code captured. That is a serious improvement over subprocess.call().