mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Issue #61: add directory creation.
This commit is contained in:
parent
5ab1986e62
commit
120b6969ad
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ def main(argv) -> None:
|
|||
|
||||
input_file_names: List[Path]
|
||||
|
||||
os.makedirs("map", exist_ok=True)
|
||||
|
||||
if options.input_file_name:
|
||||
input_file_names = list(map(Path, options.input_file_name))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue