File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
usr/lib/linuxmint/mintinstall Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1822,7 +1822,7 @@ def export_listing(self, flatpak_only=False):
1822
1822
self .installer .backend_table = {}
1823
1823
1824
1824
self .installer .initialize_appstream ()
1825
- self .installer .generate_uncached_pkginfos (self . installer . cache )
1825
+ self .installer .generate_uncached_pkginfos ()
1826
1826
1827
1827
self .add_categories ()
1828
1828
self .process_matching_packages ()
@@ -1836,11 +1836,11 @@ def export_listing(self, flatpak_only=False):
1836
1836
for pkg_hash in pkginfos .keys ():
1837
1837
pkginfo = self .installer .cache [pkg_hash ]
1838
1838
1839
- description = pkginfo .get_description (pkginfo )
1839
+ description = self . installer .get_description (pkginfo )
1840
1840
description = description .replace ("\r \n " , "<br>" )
1841
1841
description = description .replace ("\n " , "<br>" )
1842
1842
1843
- summary = pkginfo .get_summary (pkginfo )
1843
+ summary = pkginfo .get_summary ()
1844
1844
url = ""
1845
1845
try :
1846
1846
url = self .installer .get_homepage_url (pkginfo )
You can’t perform that action at this time.
0 commit comments