From: Robin Wittler Date: Tue, 9 Aug 2011 15:45:28 +0000 (+0200) Subject: add debug msg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=eafdd1bd625a2f812a2fd94bcb4d766b1b7e52ff;p=profitbricks%2Fjenkins-build-scripts.git add debug msg --- diff --git a/build.py b/build.py index 3bf0ae4..8b2335d 100755 --- a/build.py +++ b/build.py @@ -327,7 +327,7 @@ if __name__ == '__main__': stdin=git_log.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, - cwd=os.getcwd('./') + cwd=os.getcwd() ) ret = dch.wait()