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

View File

@ -272,8 +272,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)