DebianSource: Drop unused variable
authorGuido Günther <agx@sigxcpu.org>
Sat, 24 Nov 2018 17:04:22 +0000 (18:04 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 24 Nov 2018 17:14:14 +0000 (18:14 +0100)
gbp/deb/source.py

index a75de07c5e38e525ca658af7f4346b097501ec25..01d34bab0aab52269aa5ba835336dc621d1c9b64 100644 (file)
@@ -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: