IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35181


Ignore:
Timestamp:
Feb 20, 2013, 9:14:12 AM (13 years ago)
Author:
eugene
Message:

do not clear the ingest bit blindly

File:
1 edited

Legend:

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

    r35177 r35181  
    588588
    589589        # clear the 'ingested' field for all boxes
    590         self.ippToPspsDb.clearIngestedBoxes()
     590        # XXX oops: this causes problems for multiple loaders...
     591        # set/clear should be using the HOST id as the value in the table.
     592        # self.ippToPspsDb.clearIngestedBoxes()
    591593       
    592594        # drop detections table
Note: See TracChangeset for help on using the changeset viewer.