-
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
got multiple values for argument 'root' after upgrade 1.1.1 -> 1.20 #79
Comments
same problem! |
Looks this was fixed in #65 |
Workaround: Using pyan from a Python script doesn't encounter this. import pyan
callgraph = pyan.create_callgraph('somewhere/**/*.py', format='dot', <other arguments>)
with open('somewhere.dot', 'w') as f:
f.write(callgraph) |
I had to do a tiny bit of editing cause I didn't understand what z0gSh1u meant, but basically:
and that, put pretty much anywhere in my code, puts every py file in the folder specified by the path into the graph :) |
Would it be possible to proceed with publishing the next version release seeing as this issue is now fixed? |
Hi! So I upgraded from pyan 1.1.1 to 1.20 and after that, I'm getting the following error:
I could generate the graph for taskAutom with version 1.1.1 but not anymore with 1.2.0.
Any hint?
Thanks!
Lucas
The text was updated successfully, but these errors were encountered: