aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
Diffstat (limited to 'gbp')
-rw-r--r--gbp/deb/source.py2
1 files changed, 1 insertions, 1 deletions
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: