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!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875994

Title:
  python syntax errors in __init__.py,core.py,temporal_algebra.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grass/+bug/1875994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to