Skip to content

Commit

Permalink
chore(translations): fix translations order (apache#28031)
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheibel authored and jzhao62 committed May 16, 2024
1 parent 62443a1 commit 03c0ee6
Show file tree
Hide file tree
Showing 18 changed files with 245,404 additions and 239,440 deletions.
4 changes: 2 additions & 2 deletions superset/sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ def _extract_tables_from_sql(self) -> set[Table]:
SupersetError(
error_type=SupersetErrorType.QUERY_SECURITY_ACCESS_ERROR,
message=__(
f"You may have an error in your SQL statement. {message}"
),
"You may have an error in your SQL statement. {message}"
).format(message=message),
level=ErrorLevel.ERROR,
)
) from ex
Expand Down
Loading

0 comments on commit 03c0ee6

Please sign in to comment.