OP-4490 - Hound

This commit is contained in:
Petr Kalis 2023-01-04 15:39:13 +01:00
parent 8527554c2d
commit d3f09c075b

View file

@ -443,9 +443,9 @@ class SyncServerThread(threading.Thread):
local_site_config = sync_config.get('sites')[local_site]
remote_site_config = sync_config.get('sites')[remote_site]
if not all([_site_is_working(self.module, project_name, local_site,
local_site_config),
local_site_config),
_site_is_working(self.module, project_name, remote_site,
remote_site_config)]):
remote_site_config)]):
self.log.debug(
"Some of the sites {} - {} is not working properly".format(
local_site, remote_site