Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
323 stars 56 forks source link

Fixed #71, Incorrect Dot Identifiers #90

Closed akashkvyas closed 1 year ago

akashkvyas commented 1 year ago

I created a small sanitizer method for graph ids and labels in the DOT Writer class. This replaces any instances of a dash(-) in the identifier with an underscore. The resulting output should now be compliant with the DOT language.