From: stevenknight Date: Tue, 21 Sep 2004 03:46:21 +0000 (+0000) Subject: Fix a cut-and-paste typo in the memoized attributed name in the strfunction() method. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6cd2981b8b8d5d663d48b27070a3919257ebbfa;p=scons.git 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 --- 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()