Changeset 8304 for main/waeup.kofa/trunk/src
- Timestamp:
- 29 Apr 2012, 05:04:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
r8300 r8304 208 208 if value == IGNORE_MARKER: 209 209 continue 210 # Skip fields not declared in interface. 210 # Skip fields not declared in interface and which are 211 # not yet attributes of existing objects. We can thus not 212 # add non-existing attributes here. 211 213 if not hasattr(obj, key): 212 214 continue
Note: See TracChangeset for help on using the changeset viewer.