Changeset 6835 for main/waeup.sirp


Ignore:
Timestamp:
30 Sep 2011, 08:19:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Move comment to proper place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.py

    r6833 r6835  
    175175        """Update obj to the values given in row.
    176176        """
    177         # Skip location and catalog fields used to locate the object
    178177        for key, value in row.items():
     178            # Skip location and catalog fields used to locate the object
    179179            if hasattr(obj, key):
    180180                setattr(obj, key, value)
Note: See TracChangeset for help on using the changeset viewer.