mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Report the existing folder in the log
This commit is contained in:
parent
6a06f80db0
commit
ae44c0de29
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
"""
|
||||
if copy_to.exists() and not force_sync:
|
||||
self.log.info(
|
||||
"Destination Fusion preferences folder already exists"
|
||||
"Destination Fusion preferences folder already exists: "
|
||||
f"{copy_to} "
|
||||
)
|
||||
return
|
||||
self.log.info("Starting copying Fusion preferences")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue