mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(global): wrong version format print
This commit is contained in:
parent
5f5a80818c
commit
e8499b43ff
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
subset = self.get_subset(asset_entity, instance)
|
||||
|
||||
version_number = instance.data["version"]
|
||||
self.log.debug("Next version: v{0:03d}".format(version_number))
|
||||
self.log.debug("Next version: v{}".format(version_number))
|
||||
|
||||
version_data = self.create_version_data(context, instance)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue