diff --git a/gestionatr/cli.py b/gestionatr/cli.py index 5c6e2b6..0deef5d 100644 --- a/gestionatr/cli.py +++ b/gestionatr/cli.py @@ -161,6 +161,7 @@ def find_child(element, child_name): res = re.sub(r'\<[^: \n>/]+:', '<', res) res = re.sub(r'\/]+:', '', '', res) + res = re.sub(r'', '', res) res = res.replace("", """""") res = res.replace("", """""", 1) aux = etree.fromstring(res)