mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
AY-1232 - use faster method to check site sync enabled on project
This commit is contained in:
parent
d4e90a4eb2
commit
1298cb5a76
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class HostDirmap(object):
|
|||
if (
|
||||
sitesync_addon is None
|
||||
or not sitesync_addon.enabled
|
||||
or project_name not in sitesync_addon.get_enabled_projects()
|
||||
or not sitesync_addon.is_project_enabled(project_name, True)
|
||||
):
|
||||
return mapping
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue