Commit a5f4943e authored by Robert Bradshaw's avatar Robert Bradshaw

fix typo

parent 2e945c76
......@@ -550,7 +550,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
for filename in module.include_files:
if filename not in includes:
includes.append(filename)
for filename in env.include_files[:]
for filename in env.include_files:
if filename not in includes:
includes.append(filename)
for filename in includes:
......
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