- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/odm.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/ippToPsps/jython/odm.py
r35217 r36627 78 78 DETAILS = doc.find("{%s}OdmBatchState/{%s}Details" % (NAMESPACE, NAMESPACE)).text 79 79 results['DETAILS'] = DETAILS 80 elif re.search("processing", STATE): 80 elif re.search("processing", STATE): 81 81 loadedToODM = 1 82 82 if re.search("MergeWorthy", MESSAGE): … … 87 87 mergeWorthy = 1 88 88 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 89 97 except: 90 98 pass
Note:
See TracChangeset
for help on using the changeset viewer.
