mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Cosmetics + do not add new line because its confusing in command line logs
This commit is contained in:
parent
c71651e29e
commit
6a06f80db0
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
# convert Path to str to be compatible with Python 3.6+
|
||||
shutil.copy(str(file), str(copy_to))
|
||||
self.log.info(
|
||||
f"successfully copied preferences:\n {copy_from} to {copy_to}"
|
||||
f"Successfully copied preferences: {copy_from} to {copy_to}"
|
||||
)
|
||||
|
||||
def execute(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue