Issue 1213 (docs)

This commit is contained in:
Thomas Nagy 2012-10-20 00:35:24 +02:00
parent a1d0f9c13e
commit 38ab5028c0
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ def configure(ctx):
try:
ctx.find_program('some_app')
except ctx.errors.ConfigurationError: <1>
self.to_log('some_app was not found (ignoring)') <2>
ctx.to_log('some_app was not found (ignoring)') <2>
---------------
<1> For convenience, the module _waflib.Errors_ is bound to _ctx.errors_