From: Alexander Popov Date: Sat, 9 Mar 2024 21:41:49 +0000 (+0300) Subject: Fix the fresh set_state() bug found by unittest X-Git-Tag: v0.6.10~100 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0adb72a5972d39a1797630cb262a8494b9ba863b;hp=0adb72a5972d39a1797630cb262a8494b9ba863b;p=kconfig-hardened-check.git Fix the fresh set_state() bug found by unittest This function should write 'self.state' anyway. Refers to #88, #89, #97 ---