Skip to content

Commit

Permalink
oops: forgot a print statement there
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed Oct 15, 2014
1 parent fd38718 commit d1c5109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plumbum/commands/base.py
Expand Up @@ -289,7 +289,6 @@ def popen(self, args = (), **kwargs):
def wait2(*args, **kwargs):
rc_dst = dstproc_wait(*args, **kwargs)
rc_src = srcproc.wait(*args, **kwargs)
print(dstproc.stderr.read())
dstproc.returncode = rc_src or rc_dst
return dstproc.returncode
dstproc.wait = wait2
Expand Down

0 comments on commit d1c5109

Please sign in to comment.