mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Removed a function too early - this is what happens when no example is present
This commit is contained in:
parent
41c52e3f4e
commit
56636cf5ff
@ -176,7 +176,9 @@ class BuildContext(Context.Context):
|
||||
rule = bar,
|
||||
)
|
||||
"""
|
||||
return self(*k, rule=rule, **kw)
|
||||
def f(rule):
|
||||
return self(*k, rule=rule, **kw)
|
||||
return f
|
||||
|
||||
def __copy__(self):
|
||||
"""Implemented to prevents copies of build contexts (raises an exception)"""
|
||||
|
Loading…
Reference in New Issue
Block a user