IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2014, 11:50:56 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20140226
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140226

  • branches/eam_branches/ipp-20140226/ippToPsps/jython/odm.py

    r35217 r36622  
    7878                DETAILS = doc.find("{%s}OdmBatchState/{%s}Details" % (NAMESPACE, NAMESPACE)).text
    7979                results['DETAILS'] = DETAILS
    80             elif re.search("processing", STATE): 
     80            elif re.search("processing", STATE):
    8181                loadedToODM = 1
    8282            if re.search("MergeWorthy", MESSAGE):
     
    8787                mergeWorthy = 1
    8888                merged = 1
     89#            if re.search("released", STATE):
     90#                loadedToODM = 1
     91#                mergeWorthy = 1
     92#                merged = 1
     93#            if re.search("released", MESSAGE):
     94#                loadedToODM = 1
     95#                mergeWorthy = 1
     96#                merged = 1
    8997        except:
    9098            pass
Note: See TracChangeset for help on using the changeset viewer.