mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Remove double statement
This commit is contained in:
parent
23dd8f7da1
commit
b93ad8a3b3
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ class Utils(object):
|
|||
"""
|
||||
packages = []
|
||||
if os.path.isfile(file_pkg):
|
||||
packages = []
|
||||
r_file = self.read_file(file_pkg)
|
||||
for pkg in r_file.splitlines():
|
||||
packages.append(pkg)
|
||||
|
|
Loading…
Add table
Reference in a new issue