You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoprRepositoryProvider.fetch_contents() calls guest.package_manager.enable_copr(), which uses the dnf copr plugin to install the repo. This never creates a Repository object (with known repo_ids), so list_packages() cannot be called on it. FIX IT!