mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Expand warning text
This commit is contained in:
parent
6b45d4efcf
commit
a13b1cb77e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue