IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32458


Ignore:
Timestamp:
Sep 29, 2011, 3:18:43 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/initbatch.py

    r32454 r32458  
    3030            configDoc,
    3131            gpc1Db,
    32             ippToPspsDb):
     32            ippToPspsDb,
     33            batchID):
    3334       super(InitBatch, self).__init__(logger,
    3435               configPath,
     
    3738               ippToPspsDb,
    3839               0,
     40               batchID,
    3941               "IN",
    4042               None)
Note: See TracChangeset for help on using the changeset viewer.