IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33774 for trunk


Ignore:
Timestamp:
Apr 12, 2012, 1:16:58 PM (14 years ago)
Author:
rhenders
Message:

fixed bug where last batch in a range was not being removed from the datastore

File:
1 edited

Legend:

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

    r33259 r33774  
    102102
    103103        firstInt = int(first[1:])
    104         lastInt = int(last[1:])
     104        lastInt = int(last[1:]) + 1
    105105
    106106        for i in range(firstInt, lastInt):
Note: See TracChangeset for help on using the changeset viewer.