IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33751


Ignore:
Timestamp:
Apr 10, 2012, 3:44:36 PM (14 years ago)
Author:
rhenders
Message:

fixed logic error - batch could be set to failed, the loaded again

File:
1 edited

Legend:

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

    r33559 r33751  
    7878                DETAILS = doc.find("{%s}OdmBatchState/{%s}Details" % (NAMESPACE, NAMESPACE)).text
    7979                results['DETAILS'] = DETAILS
    80             if re.search("processing", STATE):
     80            elif re.search("processing", STATE):
    8181                loadedToODM = 1
    8282            if re.search("MergeWorthy", MESSAGE):
Note: See TracChangeset for help on using the changeset viewer.