Fix f-string without any placeholders
This commit is contained in:
parent
56d53a1feb
commit
38bf14d928
2
jlmkr.py
2
jlmkr.py
|
@ -239,7 +239,7 @@ def start_jail(jail_name, check_startup_enabled=False):
|
||||||
config = parse_config(jail_config_path)
|
config = parse_config(jail_config_path)
|
||||||
|
|
||||||
if not config:
|
if not config:
|
||||||
fail(f'Aborting...')
|
fail("Aborting...")
|
||||||
|
|
||||||
# Only start if the startup setting is enabled in the config
|
# Only start if the startup setting is enabled in the config
|
||||||
if check_startup_enabled:
|
if check_startup_enabled:
|
||||||
|
|
Loading…
Reference in New Issue