log representation path

This commit is contained in:
Jakub Trllo 2024-07-23 09:53:30 +02:00
parent 722b3a5d63
commit 754f2d0e5f

View file

@ -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)