# HG changeset patch # User Paul Boddie # Date 1508244397 -7200 # Node ID 876a3169df947503bca1929d5f3ddebfd68c69b8 # Parent ec5023f5529982f1caa9d3951bbf9470729591ff Fixed get_active_periods usage due to a change in the signature. diff -r ec5023f55299 -r 876a3169df94 tools/make_freebusy.py --- a/tools/make_freebusy.py Mon Oct 16 23:37:59 2017 +0200 +++ b/tools/make_freebusy.py Tue Oct 17 14:46:37 2017 +0200 @@ -146,7 +146,7 @@ # Add each active period to the collection. - for p in obj.get_active_periods(recurrenceids, + for p in obj.get_active_periods( start=window_start, end=window_end): # Obtain a suitable period object.