mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
log representation path
This commit is contained in:
parent
722b3a5d63
commit
754f2d0e5f
1 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,9 @@ class IntegrateAYONReview(pyblish.api.InstancePlugin):
|
|||
|
||||
content_type = get_media_mime_type(repre_path)
|
||||
if not content_type:
|
||||
self.log.warning("Could not determine Content-Type")
|
||||
self.log.warning(
|
||||
f"Could not determine Content-Type for {repre_path}"
|
||||
)
|
||||
continue
|
||||
|
||||
label = self._get_review_label(repre, uploaded_labels)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue