From a13b1cb77e462daa9ab0b5e71e39a98251d2a07f Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Mon, 27 Jun 2016 22:38:19 +0200 Subject: [PATCH] Expand warning text --- lslopt/lslparse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index f8d6a3f..2892afe 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -169,7 +169,8 @@ class EParseInvalidCont(EParse): class EParseInvalidBackslash(EParse): def __init__(self, parser): super(EParseInvalidBackslash, self).__init__(parser, - u"Preprocessor directive can't end in backslash") + u"Preprocessor directive can't end in backslash." + u" Activate the preprocessor or put everything in the same line.") class EInternal(Exception): """This exception is a construct to allow a different function to cause an