Skip to content

Commit

Permalink
Change exception status to 404
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Mar 2, 2023
1 parent b6f73d8 commit 894eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ class QueryNotFoundException(SupersetException):


class ColumnNotFoundException(SupersetException):
pass
status = 404

0 comments on commit 894eea4

Please sign in to comment.