mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add debug log about the skipped input
This commit is contained in:
parent
10dd15444a
commit
43902c0b11
1 changed files with 7 additions and 0 deletions
|
|
@ -46,3 +46,10 @@ class CollectInputRepresentationsToVersions(pyblish.api.ContextPlugin):
|
|||
version_id = representation_id_to_version_id.get(repre_id)
|
||||
if version_id:
|
||||
input_versions.append(version_id)
|
||||
else:
|
||||
self.log.debug(
|
||||
"Representation id {} skipped because its version is "
|
||||
"not found in current project. Likely it is loaded "
|
||||
"from a library project or uses a deleted "
|
||||
"representation or version.".format(repre_id)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue