Add type annotation to make_readme
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
parent
cb54c92f42
commit
914b991187
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue