Actually fix the bug

This commit is contained in:
Sean Whalen
2018-03-27 10:08:36 -04:00
parent 5d2e766d65
commit 84adf2be2e

View File

@@ -211,7 +211,7 @@ def save_aggregate_report_to_elasticsearch(aggregate_report):
existing = search.execute()
if len(existing) > 0:
raise AlreadySaved("Aggregate report from {0} about {1} with end date "
"(2) already exists in "
"{2} already exists in "
"Elasticsearch".format(org_name,
domain,
end_date_human))