From 11bde05e66860cf623658ce8c484869030de2690 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Jun 2015 16:44:14 +0000 Subject: [PATCH] Debug statement. --- filter_plugins/fedmsg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filter_plugins/fedmsg.py b/filter_plugins/fedmsg.py index 50f0dc8b7b..6ecde728b9 100644 --- a/filter_plugins/fedmsg.py +++ b/filter_plugins/fedmsg.py @@ -8,6 +8,8 @@ def invert_fedmsg_policy(hosts, vars): Really, returns a list of tuples -- not a dict. """ + return [('what', 'is going on')] # debugging, obviously. + inverted = {} for host in vars: prefix = '.'.join([vars[host]['fedmsg_prefix'],