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 martinl, 14 years ago

Cc: grass-dev@… added

What says

g.mapsets -p fs=';'

and

g.mapsets -l fs=';'

comment:2 by martinl, 14 years ago

Owner: changed from grass-dev@… to martinl
Status: newassigned

comment:3 by martinl, 14 years ago

Probably related, try out r43454

in reply to:  3 comment:4 by voncasec, 14 years ago

Replying to martinl:

Probably related, try out r43454

Recently updated to r43784, problem is resolved.

comment:5 by martinl, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.