IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33682


Ignore:
Timestamp:
Apr 3, 2012, 4:39:25 PM (14 years ago)
Author:
rhenders
Message:

now storing config name rather than DVO label name

File:
1 edited

Legend:

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

    r33259 r33682  
    2222
    2323    '''
    24     Updates a stage table with pending, processed, faults and label
     24    Updates a stage table with pending, processed, faults and config name
    2525    '''
    26     def insertStats(self, stage, label, batchType, pending, processed, faults):
     26    def insertStats(self, stage, config, batchType, pending, processed, faults):
    2727
    2828        sql = "INSERT INTO " + stage + " \
    2929               (label, pending, processed, faults) \
    30                VALUES ('" + label + "_" + batchType + "', \
     30               VALUES ('" + config + "_" + batchType + "', \
    3131                       " + str(pending) + ", \
    3232                       " + str(processed) + ", \
Note: See TracChangeset for help on using the changeset viewer.