From daa173da70c87ce3abf22f8bc21032039d31f044 Mon Sep 17 00:00:00 2001 From: Aaron Boman Date: Sun, 9 Oct 2016 18:47:36 -0500 Subject: [PATCH] Fix error message in project.py --- src/build/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/project.py b/src/build/project.py index 46888cb2a..357de848b 100644 --- a/src/build/project.py +++ b/src/build/project.py @@ -593,7 +593,7 @@ Please consult the documentation at 'http://boost.org/boost-build2'.""" try: return self.module2attributes[project].get(attribute) except: - raise BaseException("No attribute '%s' for project" % (attribute, project)) + raise BaseException("No attribute '%s' for project %s" % (attribute, project)) def attributeDefault(self, project, attribute, default): """Returns the value of the specified attribute in the