Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 38999)
+++ trunk/ippToPsps/jython/batch.py	(revision 39008)
@@ -696,5 +696,5 @@
         # for OB, this imports object data from DVO
         if not self.importIppTables():
-            if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO"):
+            if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO" or self.batchType =="FG"):
                 self.logger.errorPair("skipping this batch", "no dvo tables for this region")
                 self.ippToPspsDb.updateProcessed(self.batchID, 1)
