Opened 14 years ago
Closed 14 years ago
#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@… |
CPU: | x86-64 | Platform: | Linux |
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.
Change History (5)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 14 years ago
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
What says
and