mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-11 01:16:24 -04:00
If _flatpak_dir_ensure_repo is called with allow_empty=true, it is allowed to fail to create the repo, and is supposed to return success in that case. The system helper handles this correctly, but we then call to ensure_repo_opened no matter if the repo actuall exists and return an error when it does not, no matter if allow_empty is set or not. Closes: #6618