Skip to content

Commit

Permalink
Remove self.element2.GetStringSelection() as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
mshukuno committed Sep 5, 2024
1 parent ec10aa3 commit d0d7448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/wxpython/gui_core/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def OnLocation(self, event):
dbase = grass.gisenv()["GISDBASE"]
self.element2.UpdateItems(dbase=dbase, location=location)
self.element2.SetSelection(0)
self.element2.GetStringSelection()

def GetValues(self):
"""Get location, mapset"""
Expand Down

0 comments on commit d0d7448

Please sign in to comment.