From: Mathias Klette Date: Fri, 16 Sep 2011 17:52:52 +0000 (+0200) Subject: fix: hopefully (still not in correct directory?) X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2916f5311b1e4897a61fb6103f6ad2859fd41a03;p=profitbricks%2Fjenkins-build-scripts.git fix: hopefully (still not in correct directory?) --- diff --git a/lib/git_helper.py b/lib/git_helper.py index 421d10b..3690eca 100644 --- a/lib/git_helper.py +++ b/lib/git_helper.py @@ -265,7 +265,10 @@ def git_get_treeish(refname): ) logger.debug( - 'calling "%s" ' %(' '.join(cmd)) + 'calling "%s" in "%s"' % ( + ' '.join(cmd), + os.getcwd() + ) ) ret = cmdobj.wait() if ret: