Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py	(revision 35079)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py	(revision 35080)
@@ -612,5 +612,5 @@
          JOIN " + self.scratchDb.dvoDetectionTable + " as b \
          ON (a.objID = b.objID AND a.detectID = b.detectID) \
-         WHERE b.imageID = " + str(imageID) + 
+         WHERE b.imageID = " + str(imageID) + \
          " INTO OUTFILE '" + dumpFile + "'"
         print "sql: ", sql
