From ace38d2d75cfb75cd4d9742c5aeea793aefafab0 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 30 Jan 2017 23:24:35 +0100 Subject: [PATCH] Cleanup --- waflib/Build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waflib/Build.py b/waflib/Build.py index 450d97f1..a7c32d75 100644 --- a/waflib/Build.py +++ b/waflib/Build.py @@ -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)