island: Remove unnecessary type conversion in log statement

This commit is contained in:
Shreya Malviya 2021-09-14 16:05:19 +05:30
parent 686f65e4f4
commit 38011f20b5
1 changed files with 1 additions and 3 deletions

View File

@ -80,8 +80,6 @@ class VersionUpdateService:
deployment_info = json.load(deployment_info_file)
deployment = deployment_info["deployment"]
except Exception as ex:
logger.debug(
f"Couldn't get deployment info from {str(file_path)}. Exception: {str(ex)}."
)
logger.debug(f"Couldn't get deployment info from {file_path}. Exception: {str(ex)}.")
return deployment