This commit is contained in:
Thomas Nagy 2017-01-30 23:24:35 +01:00
parent 86e77ef5c3
commit ace38d2d75
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ class BuildContext(Context.Context):
pass
else:
if env.version < Context.HEXVERSION:
raise Errors.WafError('Project was configured with a different version of Waf.\n'
'Please reconfigure it (this will discard old build information).')
raise Errors.WafError('Project was configured with a different version of Waf, please reconfigure it')
for t in env.tools:
self.setup(**t)