da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
83 stars 8 forks source link

Fixed «'NoneType' object is not subscriptable» in sidebar.py #37

Closed eqimd closed 2 years ago

eqimd commented 3 years ago

As far as I understand, it's not enough to check if "lastUpdatedBy" in project, it can be None. This commit fixes this by checking it is not None, so now I don't get any error messages regarding this. I think it's important to check another if-s if they can have such error too.

da-h commented 2 years ago

Thanks! I have too experienced that the list can be a bit buggy for servers using different versions.

Best da-h