mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
OP-4617 - added logging if no last version
This commit is contained in:
parent
ec248c6ab7
commit
98170356b3
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ class CollectFramesFixDef(
|
|||
subset_name,
|
||||
asset_name=asset_name)
|
||||
if not version:
|
||||
self.log.warning("No last version found, "
|
||||
"re-render not possible")
|
||||
return
|
||||
|
||||
representations = get_representations(project_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue