IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2011, 8:19:51 AM (15 years ago)
Author:
rhenders
Message:

alreadyProcessed() method now taking batch type as a parameter, as of course it always should have

File:
1 edited

Legend:

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

    r32119 r32162  
    5454    for id in ids:
    5555
    56         if not FORCE and ippToPspsDb.alreadyProcessed(id): continue
     56        if not FORCE and ippToPspsDb.alreadyProcessed(batchType, id): continue
    5757
    5858        if batchType == "P2":
Note: See TracChangeset for help on using the changeset viewer.