提交 d64a1b6d 编写于 作者: W wuzewu

fix typo

上级 bcbdccea
......@@ -58,7 +58,6 @@ class YAMLFileParser(object):
def parse(self, yaml_file):
with codecs.open(yaml_file, "r", sys.stdin.encoding) as file:
print("come to here")
content = file.read()
return yaml.load(content, Loader=yaml.BaseLoader)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册