mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix typo
This commit is contained in:
parent
75e12954ee
commit
99bebd82a7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue