Ignore:
Timestamp:
18 Feb 2008, 18:27:57 (17 years ago)
Author:
joachim
Message:

define commit_after

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r3178 r3180  
    13851385        imported_path = importer.imported_path
    13861386        imported_fn = importer.imported_fn
     1387        commit_after = importer.commit_after
    13871388        pending = []
    13881389        pending_digests = []
     
    15251526            must_commit = False
    15261527            if len(imported) != old_commit_count:
    1527                 if not len(imported) % importer.commit_after:
     1528                if not len(imported) % commit_after:
    15281529                    must_commit = True
    15291530                    old_commit_count = len(imported)
Note: See TracChangeset for help on using the changeset viewer.