sbsv2/raptor/bin/sbs_filter.py
changeset 580 6209aeff0f73
parent 453 aa590b420880
child 598 0a541d1f13c3
--- a/sbsv2/raptor/bin/sbs_filter.py	Fri May 28 15:15:09 2010 +0100
+++ b/sbsv2/raptor/bin/sbs_filter.py	Thu Jun 03 16:34:48 2010 +0100
@@ -46,7 +46,7 @@
 	sys.exit(1)
 
 # construct a Raptor object from our command-line (less the name of this script)
-the_raptor = raptor.Raptor.CreateCommandlineBuild(sys.argv[1:])
+the_raptor = raptor.Raptor.CreateCommandlineAnalysis(sys.argv[1:])
 
 # from Raptor.OpenLog()
 try: