Commit 49f6baf6 authored by Benjamin Peterson's avatar Benjamin Peterson

fix usage of undefined name (#25504)

parent c7ec0381
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment