Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pysped/xml_sped/certificado.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('<Reference URI="#">', '<Reference URI="">').strip()
#
# Colocamos o texto no avaliador XML
#
Expand Down