X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2F__init__.py;h=f1de8195f258d88686bf9fab696f06aec8094716;hb=544d7841bc52e90bab27500ddf70ec46e4c514b8;hp=ae51ca0bcbf913d956f6ccfc78c3af166ef784f9;hpb=ad724694fa583d586edce7f0339b8c1635611870;p=kconfig-hardened-check.git diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index ae51ca0..f1de819 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -176,6 +176,10 @@ class ComplexOptCheck: def name(self): return self.opts[0].name + @property + def type(self): + return self.opts[0].type + @property def expected(self): return self.opts[0].expected