Ignore:
Timestamp:
3 May 2012, 07:25:34 (12 years ago)
Author:
Henrik Bettermann
Message:

When using catalogs existing objects must not necessarily be in the same container.

File:
1 edited

Legend:

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

    r8304 r8330  
    322322                    self.writeFailedRow(
    323323                        failed_writer, string_row,
    324                         "This object already exists in the same container. "
    325                         "Skipping.")
     324                        "This object already exists. Skipping.")
    326325                    continue
    327326                obj = self.callFactory()
Note: See TracChangeset for help on using the changeset viewer.