Changeset 3180
- Timestamp:
- 18 Feb 2008, 18:27:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r3178 r3180 1385 1385 imported_path = importer.imported_path 1386 1386 imported_fn = importer.imported_fn 1387 commit_after = importer.commit_after 1387 1388 pending = [] 1388 1389 pending_digests = [] … … 1525 1526 must_commit = False 1526 1527 if len(imported) != old_commit_count: 1527 if not len(imported) % importer.commit_after:1528 if not len(imported) % commit_after: 1528 1529 must_commit = True 1529 1530 old_commit_count = len(imported)
Note: See TracChangeset for help on using the changeset viewer.