diff --git a/master/buildbot/schedulers/timed.py b/master/buildbot/schedulers/timed.py index 7f69ae89c9e..5ff00cdc736 100644 --- a/master/buildbot/schedulers/timed.py +++ b/master/buildbot/schedulers/timed.py @@ -228,7 +228,7 @@ class Nightly(Timed): compare_attrs = (Timed.compare_attrs + ('minute', 'hour', 'dayOfMonth', 'month', 'dayOfWeek', 'onlyIfChanged', 'fileIsImportant', - 'change_filter', 'onlyImportant',)) + 'change_filter', 'onlyImportant', 'branch')) class NoBranch: pass def __init__(self, name, builderNames, minute=0, hour='*',