From 07649435f99c3d74658a3c02067c9f6a63b02c70 Mon Sep 17 00:00:00 2001 From: lixin Date: Thu, 13 Apr 2023 17:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abicheck/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abicheck/main.py b/abicheck/main.py index 56a68e8..8bdbed1 100644 --- a/abicheck/main.py +++ b/abicheck/main.py @@ -77,6 +77,8 @@ def main(): # show result checker.show_html() + binhandler.ABI.clean_cache() + def sigint_handler(sig, frame): print('You pressed Ctrl+C!') binhandler.ABI.clean_cache() -- Gitee