forked from github/pelican
ruff UP031 in files: use format specifiers instead of percent format
This commit is contained in:
parent
3e81af966a
commit
30bde3823f
12 changed files with 47 additions and 50 deletions
|
|
@ -282,7 +282,7 @@ class TestPage(TestBase):
|
|||
#
|
||||
# Until we find some other method to test this functionality, we
|
||||
# will simply skip this test.
|
||||
unittest.skip("There is no locale %s in this system." % locale)
|
||||
unittest.skip(f"There is no locale {locale} in this system.")
|
||||
|
||||
def test_template(self):
|
||||
# Pages default to page, metadata overwrites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue