From: Robin Wittler Date: Wed, 7 Sep 2011 09:22:43 +0000 (+0200) Subject: fix missing comma X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=865a0bc7dfe265a8858bfaca6c5483476dde1389;p=profitbricks%2Fjenkins-build-scripts.git fix missing comma --- diff --git a/lib/git_buildpackage.py b/lib/git_buildpackage.py index 36245d2..fb874b7 100644 --- a/lib/git_buildpackage.py +++ b/lib/git_buildpackage.py @@ -40,7 +40,7 @@ class GitBuildPackage(object): close_fds=True, #stdout=subprocess.PIPE, #stderr=subprocess.PIPE, - stdout=sys.stdout + stdout=sys.stdout, stderr=sys.stderr, env=env, cwd=os.getcwd(),