Index: /trunk/ippToPsps/jython/stackbatch.py
===================================================================
--- /trunk/ippToPsps/jython/stackbatch.py	(revision 32441)
+++ /trunk/ippToPsps/jython/stackbatch.py	(revision 32442)
@@ -95,5 +95,4 @@
            self.scratchDb.insertNewDvoExternID(self.header['SOURCEID'], self.header['IMAGEID'])
 
-
        # dump stuff to log
        self.logger.infoPair("Stack ID", "%d" % self.id)
@@ -101,6 +100,4 @@
        self.logger.infoPair("Skycell", "%s" % self.skycell)
        self.logger.infoPair("Filter", "%s" % self.filter)
-
-
 
     '''
@@ -573,4 +570,6 @@
         self.scratchDb.createIndex("StackModelFit", "ippDetectID")
 
+        return True
+
     '''
     Applies indexes to the IPP tables
@@ -583,4 +582,6 @@
         self.scratchDb.createIndex("SkyChip_xrad", "IPP_IDET")
         self.scratchDb.createIndex("SkyChip_xsrc", "IPP_IDET")
+
+        return True
 
     '''
