apycot #2509968 crash if pkginfo doesn't specify distname (eg rql) [done]
File "/usr/lib/python2.6/dist-packages/apycotlib/checkers/python.py", line 63, in _pyinstall_path elif distname.startswith('cubicweb-'): AttributeError: 'NoneType' object has no attribute 'startswith' | |
priority | normal |
---|---|
type | bug |
done in | 2.2.4 |
load | 0.100 |
load left | 0.000 |
closed by | #ed597f4c0f7e properly use PackageInfo object. Avoid crash because distname ends up being None, closes #2509968 |