Cosmetics + do not add new line because its confusing in command line logs

This commit is contained in:
Roy Nieterau 2023-03-17 16:39:39 +01:00
parent c71651e29e
commit 6a06f80db0

View file

@ -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):