提交 07ef8c9f 编写于 作者: B Bernhard Leiner

seperate the return values of render_dot into two variables

上级 fcda449c
......@@ -163,7 +163,7 @@ def html_visit_graphviz(self, node):
def render_dot_latex(self, node, code, options, prefix='graphviz'):
try:
fname = render_dot(self, code, options, 'pdf', prefix)
fname, outfn = render_dot(self, code, options, 'pdf', prefix)
except GraphvizError, exc:
self.builder.warn('dot code %r: ' % code + str(exc))
raise nodes.SkipNode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册