X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fcommands%2FAdd.py;h=26ba543bbcaf51cda9d5fc56e3a0fe344dacd69a;hb=5429363097829c8ff0622b0da857c657369c925a;hp=5064ee696af7cffbe36a732fe71a7e06a9cab73b;hpb=d653010660d2985b5f638fae56e8c6f9c6c1c5bb;p=sfa.git diff --git a/sfatables/commands/Add.py b/sfatables/commands/Add.py index 5064ee69..26ba543b 100644 --- a/sfatables/commands/Add.py +++ b/sfatables/commands/Add.py @@ -39,6 +39,8 @@ class Add(Command): if (hasattr(match_options,option_name)): context = p.xpathEval("//rule/argument[name='%s']"%option_name) + import pdb + pdb.set_trace() if (not context): raise Exception('Unknown option %s for match %s'%(option,option['name'])) else: