IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33291


Ignore:
Timestamp:
Feb 16, 2012, 3:31:00 PM (14 years ago)
Author:
rhenders
Message:

if no DVO is ingested, then isCorrectDvo() should return false

File:
1 edited

Legend:

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

    r33259 r33291  
    330330        except:
    331331            self.logger.errorPair("No DVO files ingested for this path", path)
    332             return True
     332            return False
    333333
    334334    '''
Note: See TracChangeset for help on using the changeset viewer.