mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Use consistent quotes
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
parent
4dda38194c
commit
228abe50db
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def generate_READMEs(app_path):
|
||||||
|
|
||||||
for lang, lang_suffix in [("en", ""), ("fr", "_fr")]:
|
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():
|
if (app_path / "doc" / "screenshots").exists():
|
||||||
screenshots = os.listdir(os.path.join(app_path, "doc", "screenshots"))
|
screenshots = os.listdir(os.path.join(app_path, "doc", "screenshots"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue