Index: /trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- /trunk/ippToPsps/jython/detectionbatch.py	(revision 32209)
+++ /trunk/ippToPsps/jython/detectionbatch.py	(revision 32210)
@@ -645,5 +645,6 @@
              
         # now run DVO code to get all IDs
-        if not self.useFullTables: self.getIDsFromDVO()
+        if not self.useFullTables: 
+            if not self.getIDsFromDVO(): return False
 
         # loop through all OTAs again to update with DVO IDs
