Skip to content

Commit

Permalink
trigger GA run
Browse files Browse the repository at this point in the history
  • Loading branch information
LevisNgigi committed Jan 10, 2025
1 parent 6330af9 commit 83358c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/commands/tag/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Check warning on line 112 in superset/commands/tag/create.py

View check run for this annotation

Codecov / codecov/patch

superset/commands/tag/create.py#L111-L112

Added lines #L111 - L112 were not covered by tests
Expand Down

0 comments on commit 83358c6

Please sign in to comment.