Ticket #1155 (closed defect: fixed)
GRASS Working Environment - Mapset Access is Broken
| Reported by: | voncasec | Owned by: | martinl |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.1 |
| Component: | wxGUI | Version: | svn-releasebranch64 |
| Keywords: | mapset | Cc: | grass-dev@… |
| Platform: | Linux | CPU: | x86-64 |
Description
Can not add/remove mapsets from my mapset search path using the wxpython gui: Config-->GRASS Working Environment -->Mapset Access
Error Message Using: 6.4.0 svn:
Traceback (most recent call last):
File "/usr/local/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 387, in OnMapsets?
dlg = preferences.MapsetAccess?(parent=self, id=wx.ID_ANY)
File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/p
references.py", line 1725, in init
self.all_mapsets_ordered = utils.ListOfMapsets?(ordered=True)
File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/u
tils.py", line 266, in ListOfMapsets?
mapsets_available.remove(mapset) ValueError? : list.remove(x): x not in list
Same error appears using svntrunk.
