Skip to content
Snippets Groups Projects
Commit a5477855 authored by Ashley Penney's avatar Ashley Penney
Browse files

This needs to be a list of strings.

parent 368e3d5c
No related merge requests found
......@@ -26,7 +26,7 @@ class Command(BaseCommand):
@staticmethod
def datadog_error(string, tags):
dog_http_api.event("Pearson Import", string, alert_type='error', tags=tags)
dog_http_api.event("Pearson Import", string, alert_type='error', tags=[tags])
def handle(self, *args, **kwargs):
if len(args) < 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment