Changeset 12414 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 8 Jan 2015, 07:01:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
r12191 r12414 271 271 errs, inv_errs, conv_dict = converter.fromStringDict( 272 272 row, self.factory_name, mode=mode) 273 if 'code' in row and ' ' in row['code']:274 errs.append(('code','must not contain spaces'))275 273 return errs, inv_errs, conv_dict 276 274
Note: See TracChangeset for help on using the changeset viewer.