Changeset 2375

Show
Ignore:
Timestamp:
07/31/07 03:17:05 (1 year ago)
Author:
abaumann
Message:

fix another silly bug in rrule processing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/moto-sync/motosync.py

    r2373 r2375  
    581581 
    582582    # work out which events don't happen 
    583     for num in range(all_occurrences): 
     583    for num in range(len(all_occurrences)): 
    584584        if all_occurrences[num] not in excepted_occurrences: 
    585585            ret['exceptions'].append(num)