IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32462 for trunk/ippToPsps


Ignore:
Timestamp:
Sep 29, 2011, 3:23:28 PM (15 years ago)
Author:
rhenders
Message:

constructor now accepting batchID and passing it up to the base-class constructor

File:
1 edited

Legend:

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

    r32442 r32462  
    3131                 gpc1Db,
    3232                 ippToPspsDb,
    33                  stackID):
     33                 stackID,
     34                 batchID):
    3435
    3536       super(StackBatch, self).__init__(
     
    4041               ippToPspsDb,
    4142               stackID,
     43               batchID,
    4244               "ST",
    4345               gpc1Db.getStackStageCmf(stackID))
Note: See TracChangeset for help on using the changeset viewer.