Skip to content

Commit a1ea302

Browse files
committed
temp
1 parent 51ccb37 commit a1ea302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulp_container/app/replica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def distribution_extra_fields(self, repository, upstream_distribution):
4242
Return the fields that need to be updated/cleared on distributions for idempotence.
4343
"""
4444
fields = super().distribution_extra_fields(repository, upstream_distribution)
45-
fields.pop("publication")
45+
fields.pop("publication", None)
4646
fields["private"] = upstream_distribution["private"]
4747
fields["description"] = upstream_distribution["description"]
4848
return fields

0 commit comments

Comments
 (0)