From: david-sarah Date: Tue, 26 Jan 2010 06:34:14 +0000 (-0800) Subject: Fix boodlegrid use of set_children X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/sitemap.html?a=commitdiff_plain;h=584c0ed487d7e4b774bff29e6a79b33f931f13c2;p=tahoe-lafs%2Ftahoe-lafs.git Fix boodlegrid use of set_children --- diff --git a/misc/boodlegrid.tac b/misc/boodlegrid.tac index 18530dc0..d92c03f6 100644 --- a/misc/boodlegrid.tac +++ b/misc/boodlegrid.tac @@ -79,7 +79,8 @@ class Listener: #self.sound("mech/metal-clash.aiff") if ("web: %(clientip)s" in format and m.get("method") == "POST" - and "t=set_children" in m.get("uri", "")): + and ("t=set_children" in m.get("uri", "") # FIXME: may give false-positives + or "t=set-children" in m.get("uri", ""))): self.sound("mech/clock-clang.aiff") # generic messages