We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080dabc commit 7f5b746Copy full SHA for 7f5b746
pydeps/pydeps.py
@@ -43,7 +43,7 @@ def _pydeps(trgt, **kw):
43
if not no_output:
44
svg = dot.call_graphviz_dot(dotsrc, fmt)
45
if fmt == 'svg':
46
- svg = svg.replace('</title>', '</title><style>.edge>path:hover{stroke-width:8}</style>')
+ svg = svg.replace(b'</title>', b'</title><style>.edge>path:hover{stroke-width:8}</style>')
47
48
with open(output, 'wb') as fp:
49
cli.verbose("Writing output to:", output)
0 commit comments