Skip to content

Commit

Permalink
registro "" en vez de None
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 11, 2017
1 parent 4c5bd7d commit 3daf465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bormeparser/backends/pypdf2/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _parse(self):
cve = False
data = ""
empresa = None
registro = None
registro = ""
fecha = False
last_font = 0
nombreacto = None
Expand Down Expand Up @@ -102,7 +102,7 @@ def _parse(self):
'Registro': registro,
'Actos': self.actos
}
registro = None
registro = ""

data = ""
self.actos = []
Expand Down

0 comments on commit 3daf465

Please sign in to comment.