]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
modify
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:50:29 +0000 (14:50 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:50:29 +0000 (14:50 +0200)
testgit_build.py

index 1c0eb2eb2d31ae5c53114d8fe13c70334f417280..49a88ca927826e66b9e4befe70b5a0b4274ff944 100755 (executable)
@@ -116,7 +116,7 @@ def git_clone_remote_repository(url, destination):
 def git_checkout_branch():
     cmd = [GIT, 'checkout', '-b', GIT_BRANCH_NAME, GIT_REMOTE_BRANCH_NAME]
     
-    logger.debug('This is GIT_TARGET_DIR: ' %(GIT_TARGET_DIR))
+    logger.debug('This is GIT_TARGET_DIR: %s' %(GIT_TARGET_DIR))
     cmdobj = subprocess.Popen(
             cmd,
             shell=False,