From: Guido Günther Date: Sat, 24 Nov 2018 17:04:22 +0000 (+0100) Subject: DebianSource: Drop unused variable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef84b92caea18143fca81346767982f6e8237e4f;p=tools%2Fgit-buildpackage.git DebianSource: Drop unused variable --- diff --git a/gbp/deb/source.py b/gbp/deb/source.py index a75de07c..01d34bab 100644 --- a/gbp/deb/source.py +++ b/gbp/deb/source.py @@ -72,7 +72,7 @@ class DebianSource(object): f = DebianSourceFormat(ff.read()) if f.type: return f.type == 'native' - except IOError as e: + except IOError: pass # Fall back to changelog parsing try: