IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2013, 3:28:29 PM (13 years ago)
Author:
eugene
Message:

test for None from box.ingested; test for camProcessedExp.fault and addProcessedExp.fault; abort was in wrong location

File:
1 edited

Legend:

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

    r35184 r35185  
    10991099            return 0
    11001100
     1101        if value is None:
     1102            return 0
     1103
    11011104        print "box ingested host ", value, " does not match db host ", host
    11021105        raise
Note: See TracChangeset for help on using the changeset viewer.