Issue 1395

This commit is contained in:
Thomas Nagy 2014-01-14 20:10:23 +01:00
parent 37f051a3a2
commit acb3b406a4
1 changed files with 2 additions and 2 deletions

View File

@ -560,8 +560,8 @@ def validate_c(self, kw):
if 'define_name' in kw:
self.undefine(kw['define_name'])
assert 'msg' in kw, 'invalid parameters, read http://freehackers.org/~tnagy/wafbook/single.html#config_helpers_c'
if not 'msg' in kw:
self.fatal('missing "msg" in conf.check(...)')
@conf
def post_check(self, *k, **kw):