Commit dd9f2cfc authored by Robert Bradshaw's avatar Robert Bradshaw

typo

parent ad109acd
...@@ -267,7 +267,7 @@ class DependencyTree(object): ...@@ -267,7 +267,7 @@ class DependencyTree(object):
for include in includes: for include in includes:
include_path = os.path.join(os.path.dirname(filename), include) include_path = os.path.join(os.path.dirname(filename), include)
if not os.path.exists(include_path): if not os.path.exists(include_path):
include_path = self.context.find_include_file(include) include_path = self.context.find_include_file(include, None)
if include_path: if include_path:
a, b = self.cimports_and_externs(include_path) a, b = self.cimports_and_externs(include_path)
cimports.update(a) cimports.update(a)
......
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