提交 49ac0ef9 编写于 作者: Y Yucheng 提交者: Dong Daxiang

fixed bugs about PipeReader (#1476)

* skip PipeReader in IO

* skip PipeReader in IO
test=develop

* fixed bugs about PipeReader
上级 d815b77b
......@@ -83,7 +83,8 @@ class DocGenerator(object):
else:
self.stream.close()
path = os.getcwd()+"/fluid/"+name+".rst"
os.remove(path)
if name != "PipeReader":
os.remove(path)
def print_class(self, name):
self._print_ref_(name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册