diff --git a/pysped/xml_sped/certificado.py b/pysped/xml_sped/certificado.py index def0ff10..b633e707 100644 --- a/pysped/xml_sped/certificado.py +++ b/pysped/xml_sped/certificado.py @@ -379,7 +379,7 @@ def _finaliza_xml(self, xml): def assina_xml(self, xml): self._inicia_funcoes_externas() xml = self._prepara_doc_xml(xml) - + xml = xml.replace('', '').strip() # # Colocamos o texto no avaliador XML #