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: