提交 1d01b401 编写于 作者: W wuzewu

fix bug

上级 a0231fc3
...@@ -241,7 +241,7 @@ class RunCommand(BaseCommand): ...@@ -241,7 +241,7 @@ class RunCommand(BaseCommand):
return False return False
if self.module.code_version == "v2": if self.module.code_version == "v2":
result = self.module(argv[1:]) results = self.module(argv[1:])
else: else:
self.module.check_processor() self.module.check_processor()
self.add_module_config_arg() self.add_module_config_arg()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册