mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 02:16:01 +01:00
extras: rst: fix typo
This commit is contained in:
parent
9838d0bb08
commit
e7425bc2ba
@ -179,7 +179,7 @@ def apply_rst(self):
|
||||
elif isinstance(self.target, str):
|
||||
tgt = self.path.get_bld().make_node(self.target)
|
||||
else:
|
||||
self.bld.fatal("rst: Don't know how to build target name %s which is not a string or Node for %s" % self)
|
||||
self.bld.fatal("rst: Don't know how to build target name %s which is not a string or Node for %s" % (self.target, self))
|
||||
else:
|
||||
tgt = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user