From 13c0fc577e78697333722dae7216bb7bdfd50a34 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Jun 2015 14:22:17 +0000 Subject: [PATCH] Fix syntax error. --- roles/mailman/files/fedmsg-plugin-conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/files/fedmsg-plugin-conf.py b/roles/mailman/files/fedmsg-plugin-conf.py index 2678376e09..3ee3567549 100644 --- a/roles/mailman/files/fedmsg-plugin-conf.py +++ b/roles/mailman/files/fedmsg-plugin-conf.py @@ -1,6 +1,6 @@ config = { # These are mailing lists that we don't publish to fedmsg (because spam) - 'mailman.excluded_lists' = [ + 'mailman.excluded_lists': [ 'scm-commits', #'i18n-bugs',# disable this eventually #'fonts-bugs', # disable this eventually