Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Mar 25, 2024
1 parent 2d37eb8 commit eec1d09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tally_election/director_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ def execute(self):
with_parent(election,"sessions").\
order_by(Session.question_number)]

print("FFF before error")
if 1:
raise TaskError(dict(reason="Felix was here YY1"))

# 1. let all authorities download the votes and review the requested
# tally
parallel_task = ParallelTask()
Expand Down

0 comments on commit eec1d09

Please sign in to comment.