Fix code style.

This commit is contained in:
Sergey Vartanov 2021-09-08 04:19:41 +03:00
parent 2bd89a6539
commit 94f0897084
5 changed files with 15 additions and 8 deletions

View file

@ -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