diff --git a/gestionatr/cli.py b/gestionatr/cli.py index c77e606..8534b3c 100644 --- a/gestionatr/cli.py +++ b/gestionatr/cli.py @@ -160,7 +160,7 @@ def find_child(element, child_name): return res res = re.sub(r'\<[^: \n>/]+:', '<', res) - res = re.sub(r'\/]+:', '", """""") res = res.replace("", """""", 1) aux = etree.fromstring(res)