Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pushsource/_impl/backend/koji_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# If kobo.rpmlib is unavailable, let's not immediately crash.
# We will hold this exception and re-raise it only if there's an
# attempt to use the related functionality.
from .. import broken_rpmlib as rpmlib
from . import broken_rpmlib as rpmlib

rpmlib.CAUSE = ex

Expand Down