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
I don’t really know how to solve this. If dot files don’t support some kind of escaping or marking of non-interpreted strings, one could rename the module internally, so the output svg or html just says Graph_ instead or at least give a concise error message whenever a invalid name will appear in the dot string. Then the user can exclude the offending file or remove the calls from the module level.
to reproduce: create a file
Graph.py
with these two lines:run:
pyan3 --dot Graph.py > graph.dot
this will generate a
graph.dot
file that containsGraph ->
which is invalid.The text was updated successfully, but these errors were encountered: