Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
general: integrate skips transfere files in src == dst
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Dec 1, 2022
1 parent 0f242b5 commit 4acbb9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openpype/plugins/publish/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ def register(self, instance, file_transactions, filtered_repres):
instance)

for src, dst in prepared["transfers"]:
if src == dst:
continue

# todo: add support for hardlink transfers
file_transactions.add(src, dst)

Expand Down

0 comments on commit 4acbb9f

Please sign in to comment.