mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix line length
This commit is contained in:
parent
5ebdbcf2d2
commit
dacd50061b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
"""
|
||||
if copy_to.exists() and not force_sync:
|
||||
self.log.info(
|
||||
"Destination Fusion preferences folder exists, skipping profile copy"
|
||||
"Destination Fusion preferences folder already exists"
|
||||
)
|
||||
return
|
||||
self.log.info(f"Starting copying Fusion preferences")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue