Skip to content

Commit f039e4d

Browse files
authored
remove not needed function from print
1 parent 00d06cf commit f039e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _install_tl_install(self, version: str) -> bool:
312312
if safe_copy_directory(tl_install_path, old_tl_install_path):
313313
logger.info(f"Content copied from {tl_install_name} to old tl-install location")
314314
else:
315-
logger.warning(f"Failed to copy content to old tl-install location")
315+
logger.warning("Failed to copy content to old tl-install location")
316316
return True
317317
else:
318318
logger.error(f"{tl_install_name} installation failed - package.json not found")

0 commit comments

Comments
 (0)