ソースを参照

Remove useless f-string

master
Marien Fressinaud 5年前
コミット
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(

読み込み中…
キャンセル
保存