Island: Fix string formatting in _send_analytics()

This commit is contained in:
Mike Salvatore 2022-08-12 10:20:30 -04:00
parent 6dc29e36e2
commit 617d101af2
1 changed files with 3 additions and 3 deletions

View File

@ -197,5 +197,5 @@ def _send_analytics(di_container):
) )
except requests.exceptions.ConnectionError as err: except requests.exceptions.ConnectionError as err:
logger.info( logger.info(
f"Failed to send deployment type and version " f"number to the analytics server: {err}" f"Failed to send deployment type and version number to the analytics server: {err}"
) )