diff -r c1eda208462b -r 3e9e09a49cf5 eric6/ThirdParty/Jasy/jasy/script/parse/Parser.py --- a/eric6/ThirdParty/Jasy/jasy/script/parse/Parser.py Mon Sep 16 18:42:22 2019 +0200 +++ b/eric6/ThirdParty/Jasy/jasy/script/parse/Parser.py Mon Sep 16 18:56:09 2019 +0200 @@ -480,7 +480,7 @@ elif tokenType == "catch" or tokenType == "finally": - raise SyntaxError(tokens[tokenType] + " without preceding try", tokenizer) + raise SyntaxError(tokenType + " without preceding try", tokenizer) elif tokenType == "throw":