mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
formatting
This commit is contained in:
parent
f70f307cc4
commit
6ef1a7e176
1 changed files with 6 additions and 4 deletions
|
|
@ -159,10 +159,12 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
if version_data_instance:
|
||||
version_data.update(version_data_instance)
|
||||
|
||||
version = self.create_version(subset=subset,
|
||||
version_number=next_version,
|
||||
locations=[LOCATION],
|
||||
data=version_data)
|
||||
version = self.create_version(
|
||||
subset=subset,
|
||||
version_number=next_version,
|
||||
locations=[avalon_location],
|
||||
data=version_data
|
||||
)
|
||||
|
||||
self.log.debug("Creating version ...")
|
||||
existing_version = io.find_one({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue