mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fix unused variable
This commit is contained in:
parent
1cff3d7c40
commit
d4daea3b2a
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ class Patches(object):
|
||||||
self.comp_sum.pop(index)
|
self.comp_sum.pop(index)
|
||||||
self.uncomp_sum.pop(index)
|
self.uncomp_sum.pop(index)
|
||||||
self.count_upg -= 1
|
self.count_upg -= 1
|
||||||
|
del comp, uncomp
|
||||||
index -= 1
|
index -= 1
|
||||||
index += 1
|
index += 1
|
||||||
if not self.upgrade_all:
|
if not self.upgrade_all:
|
||||||
|
|
Loading…
Reference in a new issue