From 7ba440fb4d0c514d4e5ce057981c8a8aeaf00de3 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Wed, 5 Jun 2013 20:10:32 +0200 Subject: [PATCH] debian_build: let's skip trace for no-branch errors --- debian_build.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian_build.py b/debian_build.py index 4eb2623..8aef69d 100755 --- a/debian_build.py +++ b/debian_build.py @@ -140,11 +140,7 @@ if __name__ == '__main__': elif hasattr(curr_commit, 'id'): curr_commit_id = curr_commit.id except Exception as error: - logger.error('Failed to find commit for {input}'.format( - input=remote_branch, - ), - exc_info=error - ) + logger.error('Failed to find commit for {input}'.format(input=remote_branch)) exit_error() # .. content related -- 2.39.5