mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
addde important TODO
This commit is contained in:
parent
236da4f884
commit
390acf4eb3
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ class IntegrateMasterVersion(pyblish.api.InstancePlugin):
|
|||
self.log.debug("Copying file \"{}\" to \"{}\"".format(
|
||||
src_path, dst_path
|
||||
))
|
||||
# TODO check if file exists!!!
|
||||
# - uncomplete publish may cause that file already exists
|
||||
filelink.create(src_path, dst_path, filelink.HARDLINK)
|
||||
|
||||
def path_root_check(self, path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue