IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2011, 12:39:08 PM (15 years ago)
Author:
rhenders
Message:

using new Batch-class static methods to get batch name; putting import at bottom to avoid issue of circular imports

File:
1 edited

Legend:

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

    r32114 r32120  
    66from xml.etree.ElementTree import ElementTree, Element, tostring
    77from subprocess import call, PIPE, Popen
     8
     9from batch import Batch
    810
    911'''
     
    2527    def checkBatch(self, batchID, results):
    2628
    27         batch = "B%08d" % batchID
     29        batch = Batch.getNameFromID(batchID)
    2830
    2931        tempFile = tempfile.NamedTemporaryFile(mode='w+b')
Note: See TracChangeset for help on using the changeset viewer.