eric6/ThirdParty/Jasy/jasy/script/parse/Parser.py

changeset 7239
3e9e09a49cf5
parent 6942
2602857055c5
--- 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":

eric ide

mercurial