You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encapsulate node names and attr_map in double quotes
Before running `to_pydot`, we encapsulate node names
and attr_map in double quotes to avoid syntax errors
when the node names contain special characters.
Implements the workarounds described in
#1176 (comment)
and
pydot/pydot#258 (comment)
0 commit comments