Skip to content

Commit

Permalink
archive: Don't crash on binary import if archive component did not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Nov 2, 2024
1 parent 4dd53de commit 58bf956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/laniakea/archive/pkgimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def import_binary(
pkgname,
version,
pkgarch,
component.name,
component_name,
)
return None

Expand Down

0 comments on commit 58bf956

Please sign in to comment.