Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python_tse/rdv_resumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class Fase(asn1.Enumerated):
_map = {
1: "simulado",
2: "oficial",
3: "treinamento",
3: "treinamento",if voto13t
Copy link
Copy Markdown

@devdilson devdilson Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3: "treinamento",if voto13t
3: "treinamento", if voto13t

Por favor, adicione um espaço depois da virgula.
Depois que você testar com "treinamento", poderia fazer o mesmo nas eleiçoes de 2026 conforme sugerido pelo @Doctor-God?

Than 22
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alterar para 26. 22 não vai funcionar em 2026, vide https://docs.python.org/3/tutorial/controlflow.html

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caso não haja partido, sugiro utilizar _

}


Expand Down