From e6cd2981b8b8d5d663d48b27070a3919257ebbfa Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 21 Sep 2004 03:46:21 +0000 Subject: [PATCH] Fix a cut-and-paste typo in the memoized attributed name in the strfunction() method. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1090 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Executor.py b/src/engine/SCons/Executor.py index bfb1a656..bb10ea0d 100644 --- a/src/engine/SCons/Executor.py +++ b/src/engine/SCons/Executor.py @@ -139,7 +139,7 @@ class Executor: def strfunction(self): try: - return self.string + return self._strfunc except AttributeError: action = self.action build_env = self.get_build_env() -- 2.26.2