redundant constant
This commit is contained in:
parent
d094ace4c4
commit
d8f7564c45
1 changed files with 1 additions and 2 deletions
|
|
@ -721,8 +721,7 @@ class RawHeader(object):
|
|||
tags[code] = name[7:].lower()
|
||||
if sig is None:
|
||||
# detect whether this is a signature header
|
||||
HEADER_SIGNATURES = 62
|
||||
sig = bool(self.get(HEADER_SIGNATURES))
|
||||
sig = bool(self.get(RPM_TAG_HEADERSIGNATURES))
|
||||
if sig:
|
||||
print("Parsing as a signature header")
|
||||
# signature headers have a few different values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue