mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Enhance comments and logs
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
5f7dd57319
commit
f5abf6e981
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ from ayon_core.pipeline.publish import get_publish_repre_path
|
|||
|
||||
class IntegrateAYONReview(pyblish.api.InstancePlugin):
|
||||
label = "Integrate AYON Review"
|
||||
# Must happen after IntegrateNew
|
||||
# Must happen after IntegrateAsset
|
||||
order = pyblish.api.IntegratorOrder + 0.15
|
||||
|
||||
def process(self, instance):
|
||||
|
|
@ -33,7 +33,7 @@ class IntegrateAYONReview(pyblish.api.InstancePlugin):
|
|||
if (major, minor) < (1, 3):
|
||||
self.log.info(
|
||||
"Skipping reviewable upload, supported from server 1.3.x."
|
||||
f" User server version {ayon_con.get_server_version()}"
|
||||
f" Current server version {ayon_con.get_server_version()}"
|
||||
)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue