Browse Source

tira ipdb

pull/2439/head
Victor Fabre 7 years ago
parent
commit
c58513d15e
  1. 3
      sapl/sessao/forms.py

3
sapl/sessao/forms.py

@ -539,8 +539,7 @@ class VotacaoForm(forms.Form):
qtde_presentes = cleaned_data['total_presentes'] qtde_presentes = cleaned_data['total_presentes']
qtde_votos = votos_sim + votos_nao + abstencoes qtde_votos = votos_sim + votos_nao + abstencoes
voto_presidente = cleaned_data['voto_presidente'] voto_presidente = cleaned_data['voto_presidente']
# import ipdb;
# ipdb.set_trace()
if qtde_presentes and not voto_presidente: if qtde_presentes and not voto_presidente:
qtde_presentes -= 1 qtde_presentes -= 1

Loading…
Cancel
Save