]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix: hopefully (still not in correct directory?)
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 17:52:52 +0000 (19:52 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 17:52:52 +0000 (19:52 +0200)
lib/git_helper.py

index 421d10b1981672a2cd4779f0c7ed2c0bf7a15d71..3690ecae25ac16c81127665e64711ad3fa4101bf 100644 (file)
@@ -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: