Opened 12 years ago
Closed 11 years ago
#1963 closed defect (fixed)
wxGUI command console: "ls -" causes a traceback error
Reported by: | hamish | Owned by: | |
---|---|---|---|
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 , 11 years ago
Milestone: | 6.4.3 → 6.4.5 |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Milestone: | 6.4.5 → 6.4.4 |
---|
I tested G6.4.svn and G7.svn, works fine now. Thanks!
Closing.
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Confirmed for current 6.4.svn and 7.0.svn