mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
Fix pathlib usage.
This commit is contained in:
parent
bb70935c19
commit
37fabe627d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def main(argv) -> None:
|
|||
svgwrite.Drawing(options.output_file_name, size=size))
|
||||
|
||||
icon_extractor: ShapeExtractor = ShapeExtractor(
|
||||
ICONS_FILE_NAME, Path("icons/config.json")
|
||||
Path(ICONS_FILE_NAME), Path("icons/config.json")
|
||||
)
|
||||
|
||||
def check_level(x) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue