Skip to content

Commit

Permalink
Fix p0 de gas
Browse files Browse the repository at this point in the history
  • Loading branch information
eberloso committed Jun 26, 2024
1 parent 1f9d086 commit a720f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestionatr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def find_child(element, child_name):
break
return res

res = re.sub(r'\<[^: \n/]+:', '<', res)
res = re.sub(r'\<[^: \n>/]+:', '<', res)
res = re.sub(r'\</[^: \n/]+:', '</', res)
res = res.replace("<consultaCupsResponse>", """<sctdapplication>""")
res = res.replace("</consultaCupsResponse>", """</sctdapplication>""", 1)
Expand Down

0 comments on commit a720f59

Please sign in to comment.