Commit bc7bef25 authored by Stefan Behnel's avatar Stefan Behnel

Fix a call signature that should have raised an exception - unused?

parent b7949976
......@@ -290,7 +290,7 @@ class Context(object):
if kind == "cimport":
dep_path = self.find_pxd_file(name, pos)
elif kind == "include":
dep_path = self.search_include_directories(name, pos)
dep_path = self.search_include_directories(name, "", pos)
else:
continue
if dep_path and Utils.file_newer_than(dep_path, c_time):
......
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