mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 04:41:54 +02:00
Merge main.
This commit is contained in:
commit
124ba3e171
14 changed files with 45 additions and 17 deletions
|
@ -280,5 +280,5 @@ def ui(arguments: argparse.Namespace) -> None:
|
|||
painter.draw(constructor)
|
||||
|
||||
logging.info(f"Writing output SVG to {arguments.output_file_name}...")
|
||||
with open(arguments.output_file_name, "w") as output_file:
|
||||
with open(arguments.output_file_name, "w", encoding="utf-8") as output_file:
|
||||
svg.write(output_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue