1
0
Fork 0

Add type annotation to make_readme

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
Nils VAN ZUIJLEN 2021-05-26 18:46:51 +02:00
parent cb54c92f42
commit 914b991187

View file

@ -8,7 +8,7 @@ from pathlib import Path
from jinja2 import Environment, FileSystemLoader
def generate_READMEs(app_path):
def generate_READMEs(app_path: Path):
if not app_path.exists():
raise Exception("App path provided doesn't exists ?!")