Technologicat / pyan

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

Fix visualize_pyan_architecture.sh #37

Closed edumco closed 3 years ago

edumco commented 4 years ago

The script visualize_pyan_architecture called a old version of pyan3 main script so it didn't work anymore.

I've changed to call pyan3

Technologicat commented 3 years ago

Thanks! Merged.

johnyf commented 3 years ago

This call may need to be changed to pyan3 (without the leading ./), following #33. I would recommend to change it to pyan, as discussed in https://github.com/Technologicat/pyan/issues/23#issuecomment-692632046.