mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
typo
This commit is contained in:
parent
0e7df22ad5
commit
010b944062
@ -435,7 +435,7 @@ def apply_tex(self):
|
||||
if isinstance(dep, str):
|
||||
n = self.path.find_resource(dep)
|
||||
if not n:
|
||||
self.bld.fatal('Could not find %r for %r' % (filename, self))
|
||||
self.bld.fatal('Could not find %r for %r' % (dep, self))
|
||||
if not n in deps_lst:
|
||||
deps_lst.append(n)
|
||||
elif isinstance(dep, Node.Node):
|
||||
|
Loading…
Reference in New Issue
Block a user