Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 38838)
+++ trunk/ippToPsps/jython/batch.py	(revision 38839)
@@ -442,7 +442,7 @@
     '''
     def importIppTables(self, columns="*", filter=""):
-
+        
         self.logger.infoPair("Importing tables with filter", filter)
-
+        
         # print "trying to read ", self.fits.getPath()
 
@@ -489,8 +489,8 @@
             self.tablesLoaded.append(table.name)
 
-      self.logger.infoPair("Done. Imported", "%d tables" % count)
-      self.indexIppTables()
-
-      return True
+        self.logger.infoPair("Done. Imported", "%d tables" % count)
+        self.indexIppTables()
+
+        return True
 
     '''
