提交 3f8b12de 编写于 作者: W wuzewu

fix run command bug

上级 27fd7982
......@@ -113,11 +113,8 @@ class RunCommand(BaseCommand):
map(type_reader.read, origin_data[value['key']]))
# run module with data
print(
module(
sign_name=self.args.signature,
data=input_data,
**yaml_config['config']))
config = yaml_config.get("config", {})
print(module(sign_name=self.args.signature, data=input_data, **config))
command = RunCommand.instance()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册