Fix bug causing GraphViz report dialog to crash resulting from recent BaseDoc changes
svn: r12782
This commit is contained in:
parent
2a685cbd7a
commit
01492a1974
@ -153,7 +153,7 @@ class GVDocBase(BaseDoc, GVDoc):
|
||||
The close function will generate the actual file of the appropriate type.
|
||||
"""
|
||||
def __init__(self, options, paper_style):
|
||||
BaseDoc.__init__(self, None, paper_style, None)
|
||||
BaseDoc.__init__(self, None, paper_style)
|
||||
|
||||
self._filename = None
|
||||
self._dot = StringIO()
|
||||
|
Loading…
Reference in New Issue
Block a user