mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
lint
This commit is contained in:
parent
895bfbaae5
commit
c49017e671
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue