We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d06cf commit f039e4dCopy full SHA for f039e4d
platform.py
@@ -312,7 +312,7 @@ def _install_tl_install(self, version: str) -> bool:
312
if safe_copy_directory(tl_install_path, old_tl_install_path):
313
logger.info(f"Content copied from {tl_install_name} to old tl-install location")
314
else:
315
- logger.warning(f"Failed to copy content to old tl-install location")
+ logger.warning("Failed to copy content to old tl-install location")
316
return True
317
318
logger.error(f"{tl_install_name} installation failed - package.json not found")
0 commit comments