mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
fix typing
This commit is contained in:
parent
20c43a4f13
commit
127b4b7976
@ -73,7 +73,7 @@ def cleanup_artifacts(dist_path: Path):
|
|||||||
shutil.rmtree(d, ignore_errors=True)
|
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)
|
dist_loc = Path(os.getcwd(), dist_path)
|
||||||
work_loc = work_path(filename)
|
work_loc = work_path(filename)
|
||||||
wxs_loc = work_loc.joinpath("UltiMaker-Cura.wxs")
|
wxs_loc = work_loc.joinpath("UltiMaker-Cura.wxs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user