添加返回值说明

This commit is contained in:
Jing Ling
2020-02-02 18:18:50 +08:00
parent 02ab78d835
commit e0ca9dbea0
+2
View File
@@ -219,6 +219,8 @@ class Module(object):
def save_json(self): def save_json(self):
""" """
将各模块结果保存为json文件 将各模块结果保存为json文件
:return 保存与否
""" """
if not config.save_module_result: if not config.save_module_result:
return False return False