X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fcommands%2FList.py;fp=sfatables%2Fcommands%2FList.py;h=95d20381d0419d714ed54e7419f4b49b7280ceb1;hb=56c83fbbe57587bc321f73b1ca31cc3d592a707e;hp=86d52a2295f226e9ff084c11281549ee2b4fee75;hpb=f58fc949070f5f17d4dea42aa31b6d72ed6073ec;p=sfa.git diff --git a/sfatables/commands/List.py b/sfatables/commands/List.py index 86d52a22..95d20381 100644 --- a/sfatables/commands/List.py +++ b/sfatables/commands/List.py @@ -28,7 +28,6 @@ class List(Command): value_nodes = p.xpathEval("//rule/argument[value!='']/value") element_nodes = p.xpathEval("//argument[value!='']/parent::rule/@element") - print element_nodes, type, xmlextension_path if (len(element_nodes)>1): raise Exception("Invalid rule %s contains multiple elements."%xmlextension_path)