Comment 3 for bug 1875994

Revision history for this message
Chris Hermansen (c-hermansen) wrote :

I looked at description of fixes at

https://github.com/OSGeo/grass/pull/540

and I don't see anything referring to the warnings.

However, looking at the first warning .../__init__.py:75, on my computer, the offending line is

    if value is '':

whereas the version on GitHub is

    if value == '':

which I suppose would correct the warning, and surely must be the intended code.

So let's hope the backport arrives soon!