Commit a5477855 by Ashley Penney

This needs to be a list of strings.

parent 368e3d5c
...@@ -26,7 +26,7 @@ class Command(BaseCommand): ...@@ -26,7 +26,7 @@ class Command(BaseCommand):
@staticmethod @staticmethod
def datadog_error(string, tags): 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): def handle(self, *args, **kwargs):
if len(args) < 1: if len(args) < 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment