X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;h=52bea31e8c4fb46e7306fb5d3803a8d570e88170;hb=cf4cfc2fd8cc0260d5cdce30c6fe0d42d0e40cd1;hp=9e06bbfcac355345f06624b303641459d4f9d81f;hpb=37da3b75b8745d3f7db95853d020cf863d530f7d;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 9e06bbfc..52bea31e 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -84,6 +84,7 @@ class XMLRule: # then target(target_args, rspec) # else rspec + import pdb if (self.match(rspec)): return (True,self.wrap_up(self.target(rspec))) else: