Bug 1647259 - Replace unsubscriptable value 'list' with 'attlist' r=nika

Differential Revision: https://phabricator.services.mozilla.com/D103261
This commit is contained in:
nirmay 2021-02-01 15:57:44 +00:00
parent ebdc373710
commit 8d472bb024

View File

@ -1736,7 +1736,7 @@ class IDLParser(object):
# forward-declared interface... must not have attributes!
if len(attlist) != 0:
raise IDLError(
"Forward-declared interface must not have attributes", list[0][3]
"Forward-declared interface must not have attributes", loc()
)
if base is not None: