diff --git a/pynfe/entidades/certificado.py b/pynfe/entidades/certificado.py index f2a560c..8634455 100644 --- a/pynfe/entidades/certificado.py +++ b/pynfe/entidades/certificado.py @@ -69,6 +69,6 @@ class CertificadoA1(Certificado): try: for i in self.arquivos_temp: os.remove(i) - self.arquivos_temp.clear() + del self.arquivos_temp[:] except: pass