Fix f-string without any placeholders

This commit is contained in:
Jip-Hop 2024-01-20 16:47:51 +01:00
parent 56d53a1feb
commit 38bf14d928
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ def start_jail(jail_name, check_startup_enabled=False):
config = parse_config(jail_config_path)
if not config:
fail(f'Aborting...')
fail("Aborting...")
# Only start if the startup setting is enabled in the config
if check_startup_enabled: