mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-10 18:35:13 +01:00
Node.search -> Node.search_node #1783
This commit is contained in:
parent
3c2c6a62b0
commit
ce65dfb415
@ -146,7 +146,7 @@ if Utils.is_win32:
|
||||
if isinstance(lst, str):
|
||||
lst = [x for x in Utils.split_path(lst) if x and x != '.']
|
||||
|
||||
node = self.get_bld().search(lst)
|
||||
node = self.get_bld().search_node(lst)
|
||||
if node:
|
||||
if not node.isfile_cached():
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user