forked from p34709852/monkey
island: Remove unnecessary type conversion in log statement
This commit is contained in:
parent
686f65e4f4
commit
38011f20b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue