Skip to content

Commit

Permalink
Correção no arquivo xsd referenciado
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplantiSolucoes authored and danimaribeiro committed Jun 30, 2019
1 parent e229bd8 commit b9f5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytrustnfe/xml/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

PATH = os.path.dirname(os.path.abspath(__file__))
SCHEMA = os.path.join(PATH, 'schemas/enviNFe_v4.00.xsd')
SCHEMA_DFE = os.path.join(PATH, 'schemas/enviNFe_v4.00.xsd')
SCHEMA_DFE = os.path.join(PATH, 'schemas/distDFeInt_v1.01.xsd')


def valida_nfe(xml_nfe, schema=SCHEMA):
Expand Down

0 comments on commit b9f5679

Please sign in to comment.