Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualization fails when variables contain "<" and ">" chars #22

Open
ami-navon opened this issue Feb 22, 2019 · 2 comments
Open

visualization fails when variables contain "<" and ">" chars #22

ami-navon opened this issue Feb 22, 2019 · 2 comments
Labels

Comments

@ami-navon
Copy link

from lolviz import objviz
a={"hello":"<"}
objviz(a).render()
Error: Source.gv: syntax error in line 16 scanning a HTML string (missing '>'? bad nesting? longer than 16384?)
String starting:<

@parrt
Copy link
Owner

parrt commented Feb 22, 2019

oh interesting. thanks!

@parrt parrt added the bug label Feb 22, 2019
@jabowery
Copy link

jabowery commented May 3, 2023

graphviz.backend.execute.CalledProcessError: Command '[PosixPath('dot'), '-Kdot', '-Tpdf', '-O', 'Source.gv']' returned non-zero exit status 1. [stderr: b"Error: not well-formed (invalid token) in line 2 \n... (<class 'sksequitur.core.Symbol'> ...\n"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants