소스 검색

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(

Loading…
취소
저장