Changeset 2915 for WAeUP_SRP/base/skins
- Timestamp:
- 10 Dec 2007, 22:34:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_epayment/upgradePayments.py
r2897 r2915 64 64 if not count % commit_after: 65 65 logger.info("committing %d total %d" % (commit_after,count)) 66 commit_count += 167 if not commit_count % 2:68 break66 #commit_count += 1 67 #if not commit_count % 2: 68 # break 69 69 count += 1 70 70 logger.info("%d of %d upgraded" % (count,total))
Note: See TracChangeset for help on using the changeset viewer.