From: Robin Wittler Date: Tue, 9 Aug 2011 15:48:03 +0000 (+0200) Subject: add debug msg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=45070adfb53aa27c1e7446968658b71e6c1d16f4;p=profitbricks%2Fjenkins-build-scripts.git add debug msg --- diff --git a/build.py b/build.py index 8ae94bf..90bfd33 100755 --- a/build.py +++ b/build.py @@ -299,7 +299,7 @@ if __name__ == '__main__': raise Exception('git log was not successfull') git_log_output = map( lambda x: x.rstrip(), - cmd_obj.stdout.readlines() + git_log.stdout.readlines() )