Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Copr): Handle built_packages being null #492

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

Venefilyn
Copy link
Collaborator

The API definition did not take null for built_packages and thus never showed an issue with the code. This change fixes both the type and the issue itself.

Fixes #491

RELEASE NOTES BEGIN
Fix Copr page crashing due to built_packages being null
RELEASE NOTES END

The API definition did not take `null` for `built_packages` and thus
never showed an issue with the code. This change fixes both the type
and the issue itself.
@usercont-release-bot
Copy link

Preview: https://packit-dashboard-pr-492.surge.sh (deployed at Mon 18 Nov 2024, 20:01 UTC)

Copy link
Contributor

@Venefilyn Venefilyn added this pull request to the merge queue Nov 18, 2024
Merged via the queue into packit:main with commit bf6b2dd Nov 18, 2024
4 checks passed
@Venefilyn Venefilyn deleted the fix/built-packages-null branch November 18, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copr job crashes with TypeError - t is not iterable
3 participants