# HG changeset patch # User Jeff Hammel # Date 1343768578 25200 # Node ID b19992f78f5cf1d62c3815813b0c250f05a4e15d # Parent fce509d75f3b681f54c68210bf72c7c2ee9ea659 fix indentation diff -r fce509d75f3b -r b19992f78f5c autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Tue Jul 31 13:50:12 2012 -0700 +++ b/autobot/template/master/master.cfg Tue Jul 31 14:02:58 2012 -0700 @@ -136,7 +136,7 @@ mode=["problem"], extraRecipients=recipients, sendToInterestedUsers=True) - c['status'].append(m) + c['status'].append(m) # autolog #from autobot.status import autolog