Kaydet (Commit) a05c4130 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix usage of undefined name (#25504)

üst 09ba9843
......@@ -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