1
0
Fork 0

Use consistent quotes

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
Nils VAN ZUIJLEN 2021-05-26 18:45:39 +02:00
parent a6805cb244
commit 6ec96be983

View file

@ -24,7 +24,7 @@ def generate_READMEs(app_path):
for lang, lang_suffix in [("en", ""), ("fr", "_fr")]:
template = env.get_template(f'README{lang_suffix}.md.j2')
template = env.get_template(f"README{lang_suffix}.md.j2")
if (app_path / "doc" / "screenshots").exists():
screenshots = os.listdir(os.path.join(app_path, "doc", "screenshots"))