You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: