From eafdd1bd625a2f812a2fd94bcb4d766b1b7e52ff Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 9 Aug 2011 17:45:28 +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 3bf0ae4..8b2335d 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=os.getcwd('./') + cwd=os.getcwd() ) ret = dch.wait() -- 2.39.5