Changeset 2164


Ignore:
Timestamp:
27 Aug 2007, 10:10:46 (17 years ago)
Author:
joachim
Message:

try to fix #313

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r2119 r2164  
    12241224                total_imported += 1
    12251225            total += 1
    1226             if total_imported and not total_imported % 100:
     1226            if total and not total % 100:
    12271227                transaction.commit()
    12281228                if len(not_imported) > 0:
Note: See TracChangeset for help on using the changeset viewer.