From 66df2320bc6bff5252b0b26280d14532bc780805 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 4 Mar 2014 11:44:09 +0100 Subject: [PATCH] Remove unreachable code. --- debian_build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index 4486eae..c1e3bcf 100755 --- a/debian_build.py +++ b/debian_build.py @@ -414,7 +414,6 @@ if __name__ == '__main__': if line.lower().startswith('section: unknown'): raise Exception('debian/control sets "section" to unknown. ' 'This is not allowed, failing...') - exit_error() # .. and update changelog if we trust the package if do_autoincrement: -- 2.39.5