From 815bb24acd320d25deb2e40978fdfbe170ded01b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 17 Mar 2025 08:43:25 +0100 Subject: analyze-log: fix typo in terminal output --- bin/analyze-log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/analyze-log.py b/bin/analyze-log.py index 901fb0f..2c45318 100755 --- a/bin/analyze-log.py +++ b/bin/analyze-log.py @@ -286,7 +286,7 @@ def main(): dfatool.cli.print_model_complexity(model) if args.export_model: - print(f"Exportding model to {args.export_model}") + print(f"Exporting model to {args.export_model}") json_model = model.to_json() with open(args.export_model, "w") as f: json.dump( -- cgit v1.2.3