mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Replace % format in scripts/update_iana_uri_schemes.py
This commit is contained in:
parent
b3429c4759
commit
e0b09b0248
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ ignored_schemes_other = r"""
|
|||
%(other)s
|
||||
"""
|
||||
|
||||
ignored_schemes = "^(%%s%%s%%s%%s)$" %% (
|
||||
ignored_schemes = "^({}{}{}{})$".format(
|
||||
ignored_schemes_permanent,
|
||||
ignored_schemes_provisional,
|
||||
ignored_schemes_historical,
|
||||
|
|
|
|||
Loading…
Reference in a new issue