[GRASS-git] [OSGeo/grass] 986bb1: grass.pygrass.vector: Fix for Wrong number of argu...

Edouard Choinière noreply at github.com
Mon May 18 15:23:55 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: 986bb1d5fa85fe80024a11f702fa5d6c170709d1
      https://github.com/OSGeo/grass/commit/986bb1d5fa85fe80024a11f702fa5d6c170709d1
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2026-05-18 (Mon, 18 May 2026)

  Changed paths:
    M python/grass/pygrass/vector/table.py

  Log Message:
  -----------
  grass.pygrass.vector: Fix for Wrong number of arguments in a call to update_odict (#7394)

Fix for Wrong number of arguments in a call

If you look at all the usages of the update_odict function, there is only one place where it is called with arguments. All other places are without arguments. Adding `self` here is wrong.

Removing the extra `self`.



Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list