mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Issue 1213 (docs)
This commit is contained in:
parent
a1d0f9c13e
commit
38ab5028c0
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user