From 154f19acb0039ff92d97df2dc6923f405a5c3e75 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 9 Aug 2011 17:40:17 +0200 Subject: [PATCH] add debug msg --- build.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 2434b05..3f36f61 100755 --- a/build.py +++ b/build.py @@ -328,7 +328,10 @@ if __name__ == '__main__': ret = dch.wait() if ret: - raise Exception('git dch was not successfull') + raise Exception( + 'git dch was not successfull ' + + 'Error msg was: %s' %(dch.stderr.read()) + ) logger.info('debian/changelog written') if not GIT_COMMITTER_EMAIL: -- 2.39.5