Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 10, 2022
1 parent 7a3b4f6 commit 4249326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ def stop_query(self) -> FlaskResponse:
QueryStatus.TIMED_OUT,
]:
logger.warning(
"Query with client_id could not be stopped: " "query already complete",
"Query with client_id could not be stopped: query already complete",
)
return self.json_response("OK")

Expand Down

0 comments on commit 4249326

Please sign in to comment.