]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add debug msg
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 9 Aug 2011 15:48:03 +0000 (17:48 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 9 Aug 2011 15:48:03 +0000 (17:48 +0200)
build.py

index 8ae94bf7345bc4553eda572b29d049853794f197..90bfd3369eee0b151f2740b10f1843629e65332e 100755 (executable)
--- 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()
         )