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

Commit

Permalink
remove source and destination check from integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 6, 2022
1 parent 9f2cd89 commit 2c55ee5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openpype/plugins/publish/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ 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 2c55ee5

Please sign in to comment.