forked from p15670423/monkey
island: Add missing "f" to format string
This commit is contained in:
parent
1c5daf168c
commit
2fc726dc78
|
@ -102,7 +102,7 @@ def _start_island_server(should_setup_only, config_options: IslandConfigOptions)
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Using certificate path: {config_options.crt_path}, and key path: "
|
f"Using certificate path: {config_options.crt_path}, and key path: "
|
||||||
"{config_options.key_path}."
|
f"{config_options.key_path}."
|
||||||
)
|
)
|
||||||
|
|
||||||
if env_singleton.env.is_debug():
|
if env_singleton.env.is_debug():
|
||||||
|
|
Loading…
Reference in New Issue