From e0ca9dbea048daa7502a66d96a72fbc1490260f6 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 2 Feb 2020 18:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=80=BC?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/common/module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oneforall/common/module.py b/oneforall/common/module.py index 6a14f90..5b6592f 100644 --- a/oneforall/common/module.py +++ b/oneforall/common/module.py @@ -219,6 +219,8 @@ class Module(object): def save_json(self): """ 将各模块结果保存为json文件 + + :return: 保存与否 """ if not config.save_module_result: return False