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

automatic: Fix incorrect Error class instantiation #2175

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

m-blaha
Copy link
Member

@m-blaha m-blaha commented Dec 12, 2024

dnf.exceptions.Error class constructor accepts only one argument - error message.

The error somehow slipped through a gap our CI and the reason is that related tests are not part of the master branch, they are only in RHEL branch.

dnf.exceptions.Error class constructor accepts only one argument - error
message.
@kontura
Copy link
Contributor

kontura commented Dec 12, 2024

The failing tests are unrelated, in my previous PR I disabled the wrong dnf automatic test here is a fix: rpm-software-management/ci-dnf-stack#1607

There are also unrelated rawhide copr failing tests, I made an issue for that here: rpm-software-management/ci-dnf-stack#1606

The fix looks good, thank you!

@kontura kontura merged commit 130d6b9 into master Dec 12, 2024
7 of 9 checks passed
@kontura kontura deleted the mblaha/automatic-error branch December 12, 2024 08:59
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.

2 participants