Skip to content

Commit ea5bef8

Browse files
committed
_flatpak.py: Fix error when loading a flatpakref file.
Mistake when refactoring during 61269d8.
1 parent abc6bb1 commit ea5bef8

File tree

1 file changed

+1
-1
lines changed
  • usr/lib/python3/dist-packages/mintcommon/installer

1 file changed

+1
-1
lines changed

usr/lib/python3/dist-packages/mintcommon/installer/_flatpak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def _pkginfo_from_file_thread(cache, file, callback):
10641064
try:
10651065
rpool = pools[remote.get_name()]
10661066
except KeyError:
1067-
rpool = Pool(remote)
1067+
rpool = appstream_pool.Pool(remote)
10681068
_process_remote(cache, rpool, fp_sys, remote, Flatpak.get_default_arch())
10691069

10701070
# Add the ref to the cache, so we can work with it like any other in mintinstall

0 commit comments

Comments
 (0)