]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add missing %()
authorRobin Wittler <robin.wittler@profitbricks.com>
Wed, 3 Aug 2011 11:43:16 +0000 (13:43 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Wed, 3 Aug 2011 11:43:16 +0000 (13:43 +0200)
testgit_build.py

index f5901f32f123ff8be7b38d024ff2ba4d5b56c753..0c9736c37ea0e379a8105f77b0076babff2d822f 100755 (executable)
@@ -113,10 +113,12 @@ def exit_error():
 if __name__ == '__main__':
     logger.debug(
             'Initialised with that items: %s'
-            ', '.join(
-                map(
-                    lambda x: '%s => %s' %(x[0], x[1]),
-                    os.environ.iteritems()
+            %(
+                ', '.join(
+                    map(
+                        lambda x: '%s => %s' %(x[0], x[1]),
+                        os.environ.iteritems()
+                    )
                 )
             )
     )