From: Holger Levsen Date: Thu, 1 Sep 2011 17:26:46 +0000 (+0200) Subject: not as pretty as i want it X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=e4116142fba7701d1e590a90a7e565f2ab4eace6;p=profitbricks%2Fjenkins-build-scripts.git not as pretty as i want it --- diff --git a/build.py b/build.py index 3c94328..ef73b90 100755 --- a/build.py +++ b/build.py @@ -293,7 +293,8 @@ if __name__ == '__main__': close_fds=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, - cwd='./' + cwd='./', + universal_newlines=true ) ret = git_log.wait()