Skip to content
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

Misses cycles not reachable from the first file found #9

Open
andersk opened this issue Jun 16, 2018 · 1 comment
Open

Misses cycles not reachable from the first file found #9

andersk opened this issue Jun 16, 2018 · 1 comment

Comments

@andersk
Copy link

andersk commented Jun 16, 2018

$ echo import c > b.py
$ echo import b > c.py
$ ls
b.py  c.py
$ pycycle --here
Project successfully transformed to AST, checking imports for cycles..
Cycle Found :(
b -> c: Line 1 =>> b
Finished.
$ touch a.py
$ ls
a.py  b.py  c.py
$ pycycle --here
Project successfully transformed to AST, checking imports for cycles..
No worries, no cycles here!
If you think some cycle was missed, please open an Issue on Github.
Finished.
@darthdeus
Copy link

Not sure if this is related, but also misses cycles through module imports with an __init__.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants