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

AttributeError when creating dependency graph #66

Closed
DudeNr33 opened this issue Apr 24, 2021 · 2 comments
Closed

AttributeError when creating dependency graph #66

DudeNr33 opened this issue Apr 24, 2021 · 2 comments

Comments

@DudeNr33
Copy link

Version

dep-check V1.0.3
Python V3.8.2
OS: macOS Big Sur V11.2.3

Problem description & steps to reproduce

Creation of the graph succeeds, but the script exits with an AttributeError when trying to create a dependency graph for pylint:

(venv38) andreas@Air-von-Andreas pylint % dep_check graph --lang python pylint
WARNING:root:Couldn't load GO library, you won't be able to use dep-check on GO projects.
Traceback (most recent call last):
  File "/Users/andreas/programming/forks/pylint/venv38/bin/dep_check", line 10, in <module>
    sys.exit(main())
  File "/Users/andreas/programming/forks/pylint/venv38/lib/python3.8/site-packages/dep_check/main.py", line 209, in main
    sys.exit(MainApp().main())
  File "/Users/andreas/programming/forks/pylint/venv38/lib/python3.8/site-packages/dep_check/main.py", line 143, in main
    return code.value
AttributeError: 'NoneType' object has no attribute 'value'
@DudeNr33
Copy link
Author

This problem does not occur when using the current version of the master branch, so I guess this issue can be closed.
Are there any plans for a new release?

@cedroyer
Copy link
Contributor

A bit late 😕 but it should be ok now

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