This commit is contained in:
Thomas Nagy 2014-01-12 19:49:31 +01:00
parent 0e7df22ad5
commit 010b944062
1 changed files with 1 additions and 1 deletions

View File

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