Skip to content

Commit a32ca43

Browse files
authored
ty suggestion in pgfformat.py
1 parent 0718eed commit a32ca43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dot2tex/pgfformat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ class Dot2PGFConv(DotConvBase):
161161
"crow": "stealth reversed"}
162162

163163
def __init__(self, options=None):
164+
if options is None:
165+
options = {}
164166
DotConvBase.__init__(self, options)
165167
if not self.template:
166168
if options.get('pgf118'):

0 commit comments

Comments
 (0)