IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2011, 9:29:39 AM (15 years ago)
Author:
rhenders
Message:

aborting PSPS table population if no DVO IDs were found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/detectionbatch.py

    r32182 r32210  
    645645             
    646646        # now run DVO code to get all IDs
    647         if not self.useFullTables: self.getIDsFromDVO()
     647        if not self.useFullTables:
     648            if not self.getIDsFromDVO(): return False
    648649
    649650        # loop through all OTAs again to update with DVO IDs
Note: See TracChangeset for help on using the changeset viewer.