From a54778551edcb69c6557cd5dc2c916948e26cf8f Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Fri, 25 Jan 2013 10:49:20 -0500 Subject: [PATCH] This needs to be a list of strings. --- .../student/management/commands/pearson_import_conf_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/djangoapps/student/management/commands/pearson_import_conf_zip.py b/common/djangoapps/student/management/commands/pearson_import_conf_zip.py index bf7c4481fd..9c3a34a90c 100644 --- a/common/djangoapps/student/management/commands/pearson_import_conf_zip.py +++ b/common/djangoapps/student/management/commands/pearson_import_conf_zip.py @@ -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: