update: silence assigned but never use warnings
As spotted by pyflakes
This commit is contained in:
parent
016d848b38
commit
681e6ca31f
1 changed files with 0 additions and 1 deletions
|
|
@ -503,7 +503,6 @@ class UpdateCompsDocs(Thread):
|
|||
|
||||
with hash_file_lock:
|
||||
hash = db.hash.get(idx)
|
||||
filename = db.file.get(idx)
|
||||
|
||||
family = 'B'
|
||||
lines = compatibles_parser.run(scriptLines('get-blob', hash), family)
|
||||
|
|
|
|||
Loading…
Reference in a new issue