Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py	(revision 34951)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py	(revision 34952)
@@ -970,4 +970,5 @@
         try:
             rs = self.executeQuery(sql)
+
             rs.first()
             self.config.datastoreProduct = rs.getString(1)
@@ -991,10 +992,13 @@
             self.config.basePath = rs.getString(11)
             self.config.dataRelease = rs.getInt(12)
+
             self.config.deleteLocal = rs.getInt(13)
             self.config.deleteDatastore = rs.getInt(14)
             self.config.deleteDxLayer = rs.getInt(15)
+
             self.config.epoch = rs.getString(16)
             self.config.survey = rs.getString(17)
             self.config.pspsSurvey = rs.getString(18)
+
             if rs.getInt(19) == 1: self.config.batchTypes.append("P2")
             if rs.getInt(20) == 1: self.config.batchTypes.append("ST")
