Преглед изворни кода

Remove useless f-string

master
Marien Fressinaud пре 6 година
родитељ
комит
a62e172f26
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      boop.py

+ 1
- 1
boop.py Прегледај датотеку

@@ -147,7 +147,7 @@ def generate_gallery(output_path, gallery):


def generate_gallery_index(output_path, gallery):
gallery_index_path = os.path.join(output_path, f"{gallery['url']}")
gallery_index_path = os.path.join(output_path, gallery["url"])

theme_path = os.path.join(os.curdir, THEME)
jinja_env = Environment(

Loading…
Откажи
Сачувај