Changeset 6835 for main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.py
- Timestamp:
- 30 Sep 2011, 08:19:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.py
r6833 r6835 175 175 """Update obj to the values given in row. 176 176 """ 177 # Skip location and catalog fields used to locate the object178 177 for key, value in row.items(): 178 # Skip location and catalog fields used to locate the object 179 179 if hasattr(obj, key): 180 180 setattr(obj, key, value)
Note: See TracChangeset for help on using the changeset viewer.