diff options
Diffstat (limited to 'src/engine/SCons/Executor.py')
| -rw-r--r-- | src/engine/SCons/Executor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Executor.py b/src/engine/SCons/Executor.py index 7965afe..013a125 100644 --- a/src/engine/SCons/Executor.py +++ b/src/engine/SCons/Executor.py @@ -78,8 +78,8 @@ class Executor: return build_env def get_build_scanner_path(self, scanner): - """ - __cacheable__ + """Fetch the scanner path for this executor's targets + and sources. """ env = self.get_build_env() try: |
