Skip to content

Commit

Permalink
Merge pull request #88 from Engenere/fix-588-err
Browse files Browse the repository at this point in the history
[FIX] error 558 wrong characteres
  • Loading branch information
rvalyi committed Jan 4, 2024
2 parents bb24433 + 201c9b9 commit 4812275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfelib/nfe/ws/edoc_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def assina_raiz(self, raiz, id, getchildren=False):
xml_assinado = Assinatura(self._transmissao.certificado).assina_xml2(
xml_etree, id, getchildren
)
return xml_assinado
return xml_assinado.replace('\n', '').replace('\r', '')


class NFeAdapter(DocumentoElectronicoAdapter, NFe):
Expand Down

0 comments on commit 4812275

Please sign in to comment.