Skip to content

Commit

Permalink
Merge pull request #236 from gisce/fix_capcalera_29
Browse files Browse the repository at this point in the history
Corregir capcalera 29
  • Loading branch information
eberloso committed Sep 26, 2023
2 parents 57fb6b3 + 40a489c commit fee21cd
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 @@ -161,7 +161,7 @@ def find_child(element, child_name):

res = re.sub(r'\<[^: \n/]+:', '<', res)
res = re.sub(r'\</[^: \n/]+:', '</', res)
res = res.replace("consultaCupsResponse", "a629")
res = res.replace("consultaCupsResponse", """sctdapplication xmlns="http://localhost/sctd/A629""")
aux = etree.fromstring(res)
aux_res = find_child(aux, "a629")

Expand Down

0 comments on commit fee21cd

Please sign in to comment.