From 83358c62dea79c0a39253b3d3488f3dcbb6bf3eb Mon Sep 17 00:00:00 2001 From: Levis Ngigi Date: Fri, 10 Jan 2025 21:33:31 +0300 Subject: [PATCH] trigger GA run --- superset/commands/tag/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/commands/tag/create.py b/superset/commands/tag/create.py index b3788eb8702d4..8f0cd3ff57504 100644 --- a/superset/commands/tag/create.py +++ b/superset/commands/tag/create.py @@ -106,7 +106,7 @@ def validate(self) -> None: not model.created_by or model.created_by != security_manager.current_user ): - # skip the object if the user doesn't have access + # skip the object if user doesn't have access self._skipped_tagged_objects.add((obj_type, obj_id)) except Exception as e: exceptions.append(TagInvalidError(str(e)))