mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-10 09:57:34 -04:00
list: Don't error out if a ref is in the repo, but not deployed
(cherry picked from commit 7eeda3b7b3)
This commit is contained in:
@@ -151,9 +151,9 @@ print_table_for_refs (gboolean print_apps, GPtrArray* refs_array, const char *ar
|
||||
if (arch != NULL && strcmp (arch, parts[1]) != 0)
|
||||
continue;
|
||||
|
||||
deploy_data = flatpak_dir_get_deploy_data (dir, ref, cancellable, error);
|
||||
deploy_data = flatpak_dir_get_deploy_data (dir, ref, cancellable, NULL);
|
||||
if (deploy_data == NULL)
|
||||
return FALSE;
|
||||
continue;
|
||||
|
||||
repo = flatpak_deploy_data_get_origin (deploy_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user