Issue5

Title Syntax error in lucene.py - ID: 1957725
Milestone
Priority bug Status chatting
Superseder Nosy List willg
Assigned To Keywords

Created on 2011-01-08.16:57:06 by willg, last changed by willg.

Messages
msg211 (view) Author: willg Date: 2011-06-14.02:16:09
This isn't in a core plugin, so I'm bumping it out of the 1.5 milestone.
msg11 (view) Author: willg Date: 2011-01-08.16:57:06
The code for lucene.py (rev 1218) in the svn contains a syntax error.

124 classpath = (':'.join(glob.glob(config['lucene_home'] + '/*.jar') +
125 [config['lucene_bin']])

the parens don't match (3 opening, 2 closing)

----

SF url: http://sourceforge.net/tracker/?
func=detail&aid=1957725&group_id=67445&atid=517918
Submitter: Mario Fernandez ( sirech ) - 2008-05-05 06:04:02 UTC
History
Date User Action Args
2011-06-14 02:16:09willgsetstatus: unread -> chatting
messages: + msg211
milestone: 1.5 ->
2011-01-08 16:57:06willgcreate