fix usage of undefined name (#25504)

This commit is contained in:
Benjamin Peterson 2015-10-29 21:10:57 -07:00
parent ea4cb63e68
commit dcc13ef1e9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def get_extension_defn(moduleName, mapFileName, prefix):
for exc in exclude:
if exc in module.sourceFiles:
modules.sourceFiles.remove(exc)
module.sourceFiles.remove(exc)
return module