Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
robertavram committed Jul 2, 2018
1 parent 871a2d3 commit ea9b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etools/applications/partners/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _notify_of_ended_interventions_with_mismatched_frs(country_name):
for intervention in ended_interventions:
if intervention.total_frs['total_actual_amt'] != intervention.total_frs['total_frs_amt']:
email_context = get_intervention_context(intervention)
send_notification_with_templates(
send_notification_with_template(
sender=intervention,
recipients=email_context['unicef_focal_points'],
template_name="partners/partnership/ended/frs/outstanding",
Expand Down

0 comments on commit ea9b752

Please sign in to comment.