From 9674b174ee764ac5c53fd593ac5d95c2eb43fd17 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 23 Aug 2012 15:37:17 +0200 Subject: [PATCH] One more minor update related to last commit --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 07e147799..4afdfb48e 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -454,4 +454,4 @@ GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www") MAX_HELP_OPTION_LENGTH = 18 # Strings for detecting formatting errors -FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "Error converting", "System.FormatException", "java.lang.NumberFormatException") +FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "Error converting", "Failed to convert", "System.FormatException", "java.lang.NumberFormatException")