Skip to content

Commit

Permalink
Merge pull request #4135 from vyos/mergify/bp/sagitta/pr-4131
Browse files Browse the repository at this point in the history
static: T4283: fix missing f'ormat string (backport #4131)
  • Loading branch information
c-po authored Oct 7, 2024
2 parents 8d69b13 + 740bff0 commit ded9fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf_mode/protocols_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def verify(static):

if {'blackhole', 'reject'} <= set(prefix_options):
raise ConfigError(f'Can not use both blackhole and reject for '\
'prefix "{prefix}"!')
f'prefix "{prefix}"!')

return None

Expand Down

0 comments on commit ded9fa2

Please sign in to comment.