This commit is contained in:
Jakub Trllo 2022-11-09 11:51:00 +01:00 committed by Petr Kalis
parent 75e12954ee
commit 99bebd82a7
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class CopyLastPublishedWorkfile(PreLaunchHook):
reset_timer=True
)
while not sync_server.is_representaion_on_site(
while not sync_server.is_representation_on_site(
project_name,
workfile_representation["_id"],
local_site_id

View file

@ -925,7 +925,7 @@ class SyncServerModule(OpenPypeModule, ITrayModule):
else:
self.sync_server_thread.reset_timer()
def is_representaion_on_site(
def is_representation_on_site(
self, project_name, representation_id, site_id
):
# TODO implement