From: Robin Wittler Date: Tue, 2 Aug 2011 12:50:29 +0000 (+0200) Subject: modify X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b9f19556429583da1a6df7560ce1596822693aeb;p=profitbricks%2Fjenkins-build-scripts.git modify --- diff --git a/testgit_build.py b/testgit_build.py index 1c0eb2e..49a88ca 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -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,