mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
添加返回值说明
This commit is contained in:
@@ -219,6 +219,8 @@ class Module(object):
|
||||
def save_json(self):
|
||||
"""
|
||||
将各模块结果保存为json文件
|
||||
|
||||
:return: 保存与否
|
||||
"""
|
||||
if not config.save_module_result:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user