Issue #24833: Add attribute reference needed for 3.x.
This commit is contained in:
parent
233983380d
commit
c6dd5b1c66
|
@ -69,7 +69,7 @@ class ScriptBinding:
|
|||
try:
|
||||
tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
|
||||
except tokenize.TokenError as msg:
|
||||
msgtxt, (lineno, start) = msg
|
||||
msgtxt, (lineno, start) = msg.args
|
||||
self.editwin.gotoline(lineno)
|
||||
self.errorbox("Tabnanny Tokenizing Error",
|
||||
"Token Error: %s" % msgtxt)
|
||||
|
|
Loading…
Reference in New Issue