mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
添加返回值说明
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user