This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-21 14:48:19 +03:00 committed by GitHub
parent 7cf994d52c
commit c7c3be4a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,6 @@ current_path = os.path.dirname(os.path.realpath(__file__))
srcnames_files = [open(current_path + "/package_srcnames/" + filename) for filename in os.listdir(current_path + "/package_srcnames/")]
srcname_lines = []
pkgname_lines = []
cache = apt.Cache()
for file in srcnames_files:
for line in file.readlines():
srcname = line.strip()