mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
fix pylint: W0612
This commit is contained in:
parent
47278d792d
commit
593d4fa4c4
2 changed files with 0 additions and 2 deletions
|
@ -236,7 +236,6 @@ class BinaryInstall(object):
|
|||
Create empty seats if not upgrade
|
||||
'''
|
||||
if not self.if_upgrade:
|
||||
i = 0
|
||||
for i in range(len(packages)):
|
||||
self.pkg_ver.append('')
|
||||
|
||||
|
|
|
@ -230,7 +230,6 @@ class SBoInstall(object):
|
|||
Create empty seats if not upgrade
|
||||
'''
|
||||
if not self.if_upgrade:
|
||||
i = 0
|
||||
for i in range(len(self.slackbuilds)):
|
||||
self.pkg_ver.append('')
|
||||
|
||||
|
|
Loading…
Reference in a new issue