From 2fb362d819bbe8b3434102110c3d7c41c503d188 Mon Sep 17 00:00:00 2001 From: Brandon Zarnitz Date: Tue, 5 May 2026 13:40:02 -0400 Subject: [PATCH] Fix typo in file.py" --- mindsdb/api/http/namespaces/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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