mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - typo
This commit is contained in:
parent
66883d2434
commit
2db4cc43aa
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class CopyLastPublishedWorkfile(PreLaunchHook):
|
|||
|
||||
sync_server = self.modules_manager.get("sync_server")
|
||||
if not sync_server or not sync_server.enabled:
|
||||
self.log.deubg("Sync server module is not enabled or available")
|
||||
self.log.debug("Sync server module is not enabled or available")
|
||||
return
|
||||
|
||||
# Check there is no workfile available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue