2
0
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:
Thomas Nagy 2016-07-28 22:03:39 +02:00
parent 3c2c6a62b0
commit ce65dfb415
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -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: