X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;fp=sfatables%2Fxmlrule.py;h=ea73a4f1f158512cd3ea38522419c17f52a30797;hb=02ad775013d04ed357b4af502757134ebf888365;hp=9e06bbfcac355345f06624b303641459d4f9d81f;hpb=37da3b75b8745d3f7db95853d020cf863d530f7d;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 9e06bbfc..ea73a4f1 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -85,8 +85,10 @@ class XMLRule: # else rspec if (self.match(rspec)): + print "Matched!" return (True,self.wrap_up(self.target(rspec))) else: + print "Not Matched!" return (False,self.wrap_up(rspec))