This needs to be a list of strings.

This commit is contained in:
Ashley Penney
2013-01-25 10:49:20 -05:00
parent 368e3d5c97
commit a54778551e

View File

@@ -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: