fix typing

This commit is contained in:
Jelle Spijker 2023-01-06 13:31:12 +01:00
parent 20c43a4f13
commit 127b4b7976

View File

@ -73,7 +73,7 @@ def cleanup_artifacts(dist_path: Path):
shutil.rmtree(d, ignore_errors=True)
def build(dist_path: Path, filename: str):
def build(dist_path: Path, filename: Path):
dist_loc = Path(os.getcwd(), dist_path)
work_loc = work_path(filename)
wxs_loc = work_loc.joinpath("UltiMaker-Cura.wxs")