Changeset 33751
- Timestamp:
- Apr 10, 2012, 3:44:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/odm.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/odm.py
r33559 r33751 78 78 DETAILS = doc.find("{%s}OdmBatchState/{%s}Details" % (NAMESPACE, NAMESPACE)).text 79 79 results['DETAILS'] = DETAILS 80 if re.search("processing", STATE):80 elif re.search("processing", STATE): 81 81 loadedToODM = 1 82 82 if re.search("MergeWorthy", MESSAGE):
Note:
See TracChangeset
for help on using the changeset viewer.
