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
File "./readme2tex/render.py", line 180, in render
gfill.set('fill-opacity', '0.9')
AttributeError: 'NoneType' object has no attribute 'set'
For whatever reason my environment's rendertex() was returning svgs with "http" instead of "https". A quick fix was to change the gfill and use variables in render.py to find the correct string.
If someone knows why my environment did that please let me know. It might also be nice to add some kind of check in the code to prevent the end user from having to alter this.
The text was updated successfully, but these errors were encountered:
I got the error:
For whatever reason my environment's
rendertex()
was returning svgs with "http" instead of "https". A quick fix was to change thegfill
anduse
variables inrender.py
to find the correct string.If someone knows why my environment did that please let me know. It might also be nice to add some kind of check in the code to prevent the end user from having to alter this.
The text was updated successfully, but these errors were encountered: