From 2916f5311b1e4897a61fb6103f6ad2859fd41a03 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 16 Sep 2011 19:52:52 +0200 Subject: [PATCH] fix: hopefully (still not in correct directory?) --- lib/git_helper.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.39.5