diff --git a/mindsdb/api/http/namespaces/file.py b/mindsdb/api/http/namespaces/file.py index 26995a19a0a..e3c6336d5b6 100644 --- a/mindsdb/api/http/namespaces/file.py +++ b/mindsdb/api/http/namespaces/file.py @@ -284,7 +284,7 @@ def delete(self, name: str): logger.error(e) return http_error( 500, - "Error occured while deleting file", + "Error occurred while deleting file", f"There was an error while trying to delete file with name '{name}'", ) return "", 200