From d613ebe16e6d127dc72cd49f041400afce68e8a6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 9 Jan 2024 16:53:52 +0100 Subject: --show-model=param: show static model where no function has been found --- bin/analyze-archive.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/analyze-archive.py') diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py index b13aa82..5432ffd 100755 --- a/bin/analyze-archive.py +++ b/bin/analyze-archive.py @@ -691,6 +691,8 @@ if __name__ == "__main__": dfatool.cli.print_splitinfo( model.parameters, info, f"{state:10s} {attribute:15s}" ) + elif type(info) is StaticFunction: + dfatool.cli.print_staticinfo(f"{state:10s} {attribute:15s}", info) elif type(info) is SubstateFunction: print(f"{state:10s} {attribute:15s}: Substate (TODO)") for trans in model.transitions: -- cgit v1.2.3