Ticket #728: moto-sync-exc-offset.patch

File moto-sync-exc-offset.patch, 425 bytes (added by swolter, 6 months ago)

Correct patch this time

  • motosync.py

    old new  
    583583    # work out which events don't happen 
    584584    for num in range(len(all_occurrences)): 
    585585        if all_occurrences[num] not in excepted_occurrences: 
    586             ret['exceptions'].append(num
     586            ret['exceptions'].append(num+1
    587587 
    588588    return ret