Skip to content

Commit 42e4556

Browse files
committed
Fix PE-CE-RO-PR-3
1 parent a4db7e1 commit 42e4556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results-tabulation-api/ext/ExtendedElection/ExtendedElectionParliamentaryElection2020/ExtendedTallySheet/ExtendedTallySheet_PE_CE_RO_PR_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def html(self, title="", total_registered_voters=None):
4848

4949
data_row.append(position_of_candidate)
5050
data_row.append("%s - %s" % (candidate_number, candidate_name))
51-
data_row.append("" if math.isnan(num_value) else num_value)
51+
data_row.append(num_value)
5252
data_row.append("")
5353
data_row.append(position_of_candidate)
5454

0 commit comments

Comments
 (0)