-
Notifications
You must be signed in to change notification settings - Fork 59
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
Pyan crashes when i give filename or don't give #70
Comments
Same problem. Some investigation shows that it occurs when traversing up the path to search for the root. The problem is that |
- solve abs path bug Technologicat#70 - new params for graphviz (ranksep; layout) - tested layout `dot`; `fdp` (square graph) - updated `.gitignore` (files gen. after `visualize_pyan_architecture.sh`)
I've seen the bug was already corrected in master. Would it be possible to make a PyPI release with the correction (1.2.1)? I know it is a small bug, but it is a pain to have to install it through github (or at least it is a pain to tell people that's also a solution). Thank you! |
The bug still exists in this version: |
This was solved for me by #74 To install it I used |
The code included in this commit was adapted from the implementation on the Pull-Request Technologicat#74 made by the author @maciejczyzewski Resolves: Technologicat#70
The text was updated successfully, but these errors were encountered: