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 2021/07/22 22:55:06 UTC

[GitHub] [superset] john-bodley commented on a change in pull request #15848: fix: Ensure SupersetError.extra is always a dict

john-bodley commented on a change in pull request #15848:
URL: https://github.com/apache/superset/pull/15848#discussion_r675212714



##########
File path: superset/exceptions.py
##########
@@ -189,7 +197,6 @@ def __init__(self, message: str = "Request payload has incorrect format"):
             message=message,
             error_type=SupersetErrorType.INVALID_PAYLOAD_FORMAT_ERROR,
             level=ErrorLevel.ERROR,
-            extra={},

Review comment:
       Clean up.




-- 
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