projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8908c
)
DebianSource: Drop unused variable
author
Guido Günther
<agx@sigxcpu.org>
Sat, 24 Nov 2018 17:04:22 +0000
(18:04 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sat, 24 Nov 2018 17:14:14 +0000
(18:14 +0100)
gbp/deb/source.py
patch
|
blob
|
history
diff --git
a/gbp/deb/source.py
b/gbp/deb/source.py
index a75de07c5e38e525ca658af7f4346b097501ec25..01d34bab0aab52269aa5ba835336dc621d1c9b64 100644
(file)
--- 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: