summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index eb818c7..87a6fa7 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -126,7 +126,7 @@ c["change_source"] = [ALLCS]
# Re-build documentation periodically
def doc_filter(change):
- changes = change.asDict()
+ _changes = change.asDict()
if changes.get("project") in ["api",
"www",
"merchant-frontend-examples",