From e7e83defaafb14863f986f08c127c0ec68207c73 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 8 Nov 2012 11:09:34 +0100 Subject: [PATCH] Minor update --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/option.py b/lib/core/option.py index f83ede1a3..e4c48a576 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -838,7 +838,7 @@ def __setTamperingFunctions(): if check_priority and priority > last_priority: message = "it seems that you might have mixed " - message += "the order of tamper scripts.\n" + message += "the order of tamper scripts. " message += "Do you want to auto resolve this? [Y/n/q] " test = readInput(message, default="Y")