2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

Issue 1213 (docs)

This commit is contained in:
Thomas Nagy 2012-10-20 00:35:24 +02:00
parent a1d0f9c13e
commit 38ab5028c0

View File

@ -378,7 +378,7 @@ def configure(ctx):
try: try:
ctx.find_program('some_app') ctx.find_program('some_app')
except ctx.errors.ConfigurationError: <1> 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_ <1> For convenience, the module _waflib.Errors_ is bound to _ctx.errors_