mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-21 02:17:48 +02:00
Fix code style.
This commit is contained in:
parent
2bd89a6539
commit
94f0897084
5 changed files with 15 additions and 8 deletions
|
@ -21,7 +21,7 @@ def main() -> None:
|
|||
arguments: argparse.Namespace = parse_options(sys.argv)
|
||||
|
||||
if not arguments.command:
|
||||
print("No command provided. See --help.")
|
||||
logging.fatal("No command provided. See --help.")
|
||||
|
||||
elif arguments.command == "render":
|
||||
from map_machine import mapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue