This commit is contained in:
Felix David 2022-11-01 10:50:30 +01:00 committed by Petr Kalis
parent e24489c463
commit 17853d0b3b
2 changed files with 3 additions and 3 deletions

View file

@ -65,8 +65,8 @@ class CopyLastPublishedWorkfile(PreLaunchHook):
elif use_last_published_workfile is False:
self.log.info(
(
'Project "{}" has turned off to use last published workfile'
' as first workfile for host "{}"'
'Project "{}" has turned off to use last published'
' workfile as first workfile for host "{}"'
).format(project_name, host_name)
)
return

View file

@ -239,7 +239,7 @@ class SyncServerThread(threading.Thread):
# Event to trigger files have been processed
self.files_processed = threading.Event()
super(SyncServerThread, self).__init__(args=(self.files_processed,))
self.module = module
self.loop = None