Add type annotation to make_readme
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
parent
f444224486
commit
b508d10c6c
@ -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 ?!")
|
||||
|
Loading…
Reference in New Issue
Block a user