sbsv2/raptor/bin/sbs_filter.py
branchwip
changeset 451 153129bf777e
parent 202 5ec640568a23
child 453 aa590b420880
--- a/sbsv2/raptor/bin/sbs_filter.py	Fri Mar 26 12:02:49 2010 +0000
+++ b/sbsv2/raptor/bin/sbs_filter.py	Thu Apr 01 11:47:09 2010 +0100
@@ -58,7 +58,7 @@
 	raptor_params = raptor.BuildStats(the_raptor)
 
 	# Open the requested plugins using the pluginbox
-	the_raptor.out.open(raptor_params, the_raptor.filterList.split(','), pbox)
+	the_raptor.out.open(raptor_params, the_raptor.filterList, pbox)
 	
 except Exception, e:
 	sys.stderr.write("error: problem while creating filters %s\n" % str(e))