You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/10 15:01:06 UTC

[GitHub] [superset] geido commented on a change in pull request #17981: fix: API logger output

geido commented on a change in pull request #17981:
URL: https://github.com/apache/superset/pull/17981#discussion_r781268243



##########
File path: superset/views/core.py
##########
@@ -2014,10 +2014,7 @@ def sync_druid_source(self) -> FlaskResponse:  # pylint: disable=no-self-use
         ]
         DruidCluster = DruidDatasource.cluster_class  # pylint: disable=invalid-name
         if not user:
-            err_msg = __(
-                "Can't find User '%(name)s', please ask your admin " "to create one.",
-                name=user_name,
-            )
+            err_msg = __("Can't find User, please ask your admin to create one.")

Review comment:
       Wondering if that `User` is on purpose or should be `user` instead




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org