chore: don't use unsupported syntax

This commit is contained in:
Matthias
2024-11-16 12:40:03 +01:00
parent 7090d4e5ba
commit db9b31cb85

View File

@@ -678,7 +678,7 @@ def download_data_main(config: Config) -> None:
)
finally:
if pairs_not_available:
errors = "\n" + ("\n".join(pairs_not_available))
logger.warning(
f"Encountered a problem downloading the following pairs from {exchange.name}: \n"
f"{'\n'.join(pairs_not_available)}"
f"Encountered a problem downloading the following pairs from {exchange.name}: {errors}"
)