From 27176c079b1088155275d9038a4d5c0d38dbfa62 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 9 Aug 2011 17:44:52 +0200 Subject: [PATCH] add debug msg --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index f9b2323..3bf0ae4 100755 --- a/build.py +++ b/build.py @@ -327,7 +327,7 @@ if __name__ == '__main__': stdin=git_log.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, - cwd='./' + cwd=os.getcwd('./') ) ret = dch.wait() -- 2.39.5