Skip to content

Commit

Permalink
πŸš‘ hotfix for exception on python < 3.12. Due to backslash in f string.
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 15, 2024
1 parent 2d5215e commit d99299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centralcli/clibatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ def rename(
None,
"-S",
"--space",
help=f"[LLDP rename] Replace spaces with provided character (best to wrap in single quotes) [grey42]{escape('[default: \'_\']')}[/]",
help="[LLDP rename] Replace spaces with provided character (best to wrap in single quotes) [grey42]{}[/]".format(escape("[default: '_']")),
show_default=False,
),
default_only: bool = typer.Option(False, "-D", "--default-only", help="[LLDP rename] Perform only on APs that still have default name.",),
Expand Down

0 comments on commit d99299c

Please sign in to comment.