Opened 11 years ago

Closed 11 years ago

#1963 closed defect (fixed)

wxGUI command console: "ls -" causes a traceback error

Reported by: hamish Owned by: grass-dev@…
Priority: minor Milestone: 6.4.4
Component: wxGUI Version: svn-releasebranch64
Keywords: command console Cc:
CPU: All Platform: All

Description

Hi,

if you go to the command console tab in the wxGUI and type 'ls -l' in the lower frame, you get this traceback error in the upper output frame as soon as you type the "-":

Traceback (most recent call last):
  File "/home/hamish/src/grass/svn/relbr_6_4/dist.x86_64
-unknown-linux-gnu/etc/wxpython/gui_core/prompt.py", line
969, in OnKeyPressed

if self.toComplete['entity'] == 'flags' and self.cmdDesc:
TypeError
:
'NoneType' object is unsubscriptable

both linux and wingrass.

Hamish

ps- see 2x ps- in #1936 report

Change History (4)

comment:1 by neteler, 11 years ago

Milestone: 6.4.36.4.5

Confirmed for current 6.4.svn and 7.0.svn

comment:2 by annakrat, 11 years ago

Should be fixed in r58689, r58690, r58691 (all branches). Please close the ticket after confirmation (but I tested it and it looks ok).

comment:3 by neteler, 11 years ago

Milestone: 6.4.56.4.4

I tested G6.4.svn and G7.svn, works fine now. Thanks!

Closing.

comment:4 by martinl, 11 years ago

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