mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
bulk is actually written to database
This commit is contained in:
parent
22e8c30146
commit
50bff7fcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class IntegrateMasterVersion(pyblish.api.InstancePlugin):
|
|||
)
|
||||
|
||||
if bulk_writes:
|
||||
pass
|
||||
io._database[io.Session["AVALON_PROJECT"]].bulk_write(bulk_writes)
|
||||
|
||||
def create_hardlink(self, src_path, dst_path):
|
||||
dst_path = self.path_root_check(dst_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue