Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Corrigindo sintaxe do super
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Aug 26, 2015
1 parent 812a2f5 commit 30e94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sped/ecd/blocos.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Bloco0(Bloco):

@property
def fechamento(self):
registro = Bloco.fechamento.fget(self)
registro = super(Bloco0, self).fechamento
registro[2] += 1
return registro

Expand Down

0 comments on commit 30e94dc

Please sign in to comment.