Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Oct 30, 2024
1 parent 844203b commit 90d4150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_container/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def is_artifact(self):
manifest_config_media_type = self.json_manifest["config"]["mediaType"]
return (
manifest_config_media_type == MEDIA_TYPE.OCI_EMPTY_JSON
or manifest_config_media_type not in MEDIA_TYPE
or manifest_config_media_type not in vars(MEDIA_TYPE).values()
)

class Meta:
Expand Down

0 comments on commit 90d4150

Please sign in to comment.