-
Notifications
You must be signed in to change notification settings - Fork 227
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
[Bug] add missing import of embed_svg_images #363
Conversation
@adaemmer - Thank's for reporting this. Do you have an example YAML input that triggers the error? Please also provide information about your set of versions, as described in the contributing guidelines. |
Thanks @kvid for pointing me to the contributing guidelines. I some how didn't see them before. |
@adaemmer wrote:
Be aware that the svg_text = parse(y, return_types="svg", output_name="test")
assert svg_text |
resort module import Co-authored-by: kvid <[email protected]>
I was just trying to write a simplified example, but yes of course you are right. |
Resort module import: Co-authored-by: kvid <[email protected]>
Resort module import: Co-authored-by: kvid <[email protected]>
Harness.py uses embed_svg_images without importing it first.
Edit:
wireviz 0.4
python 3.11.9
dot - graphviz version 11.0.0 (20240428.1522)
It occurs as issue if you embed wireviz in a python script
e.g.: