mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove source and destination check from integrate
This commit is contained in:
parent
9f2cd89e15
commit
2c55ee55c2
1 changed files with 0 additions and 3 deletions
|
|
@ -291,9 +291,6 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
instance)
|
||||
|
||||
for src, dst in prepared["transfers"]:
|
||||
if src == dst:
|
||||
continue
|
||||
|
||||
# todo: add support for hardlink transfers
|
||||
file_transactions.add(src, dst)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue