Changeset 31974
- Timestamp:
- Aug 2, 2011, 3:49:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r31965 r31974 611 611 612 612 # check we have valid sourceID/imageID pair from the header 613 if self.safeDictionaryAccess WithDefault(header, 'SOURCEID', "0") == "NULL":613 if self.safeDictionaryAccess(header, 'SOURCEID') == "NULL": 614 614 continue 615 if self.safeDictionaryAccess WithDefault(header, 'IMAGEID', "0") == "NULL":615 if self.safeDictionaryAccess(header, 'IMAGEID') == "NULL": 616 616 continue 617 617
Note:
See TracChangeset
for help on using the changeset viewer.
