Ticket #728: moto-sync-exc-offset.patch
| File moto-sync-exc-offset.patch, 425 bytes (added by swolter, 6 months ago) |
|---|
-
motosync.py
old new 583 583 # work out which events don't happen 584 584 for num in range(len(all_occurrences)): 585 585 if all_occurrences[num] not in excepted_occurrences: 586 ret['exceptions'].append(num )586 ret['exceptions'].append(num+1) 587 587 588 588 return ret
