From c7c6c31a5a67602344b3c652d7de91409df3d07e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 22 Dec 2023 07:14:08 +0100 Subject: analyze-log: actually support --export-dot --- bin/analyze-log.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/analyze-log.py b/bin/analyze-log.py index 8ab77a4..11d8f87 100755 --- a/bin/analyze-log.py +++ b/bin/analyze-log.py @@ -305,6 +305,9 @@ def main(): json_model, f, indent=2, sort_keys=True, cls=dfatool.utils.NpEncoder ) + if args.export_dot: + dfatool.cli.export_dot(model, args.export_dot) + if args.plot_param: for kv in args.plot_param.split(";"): try: -- cgit v1.2.3