Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Nov 3, 2021
1 parent 86819c9 commit 8113b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
logger = logging.getLogger(__name__)
config = superset_app.config


def get_error_msg() -> str:
if conf.get("SHOW_STACKTRACE"):
error_msg = traceback.format_exc()
Expand Down

0 comments on commit 8113b3a

Please sign in to comment.