From 70b90afa08ea45c16e47be39e816d17aa03fc0e3 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 2 Aug 2011 14:49:38 +0200 Subject: [PATCH] add func --- testgit_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testgit_build.py b/testgit_build.py index a2aa7e9..1c0eb2e 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -115,7 +115,8 @@ 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)) cmdobj = subprocess.Popen( cmd, shell=False, -- 2.39.5