-
Notifications
You must be signed in to change notification settings - Fork 17
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
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType' #531
Comments
@lyriccoder, can we add an integration test to avoid such things in the future? |
@rultor release, tag= |
@acheshkov OK, I will release it now. Please check the progress here |
@acheshkov Done! FYI, the full log is here (took me 16min) |
@acheshkov @lyriccoder it can be reproduced with this script in docker: $ docker run --rm -it python:latest /bin/bash
# pip install --upgrade pip
# pip install aibolit
# mkdir /repo && cd /repo
# git clone https://github.com/artipie/artipie.git
# cd artipie
# aibolit recommend --folder src/main/java --format=long --full |
@acheshkov can we close it? |
@lyriccoder it's working now, thanks |
After updating to
1.2.3
versionaibolit
starting to fail forrecommend
command for github.com/artipie/artipie repository with error:The text was updated successfully, but these errors were encountered: