summaryrefslogtreecommitdiffstats
path: root/SCons/Environment.py
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-04-02 04:57:31 (GMT)
committerDaniel Moody <daniel.moody@mongodb.com>2021-04-02 04:57:31 (GMT)
commit97ccb53b8b8c8058904ce4c295affc5a99630ca5 (patch)
tree7c8efb366ef8e9867324022b1d9df2af2974ba98 /SCons/Environment.py
parenta2311848002b3a4dd847c2f5bc9ef51eeaaea267 (diff)
downloadSCons-97ccb53b8b8c8058904ce4c295affc5a99630ca5.zip
SCons-97ccb53b8b8c8058904ce4c295affc5a99630ca5.tar.gz
SCons-97ccb53b8b8c8058904ce4c295affc5a99630ca5.tar.bz2
fixed sider issues
Diffstat (limited to 'SCons/Environment.py')
-rw-r--r--SCons/Environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Environment.py b/SCons/Environment.py
index 1227f37..35b5d3c 100644
--- a/SCons/Environment.py
+++ b/SCons/Environment.py
@@ -1038,7 +1038,7 @@ class Base(SubstitutionEnvironment):
path = SCons.Defaults.DefaultEnvironment()._CacheDir_path
try:
if (path == self._last_CacheDir_path
- and self.get("CACHEDIR_CLASS", SCons.CacheDir.CacheDir) == type(self._last_CacheDir)):
+ and self.get("CACHEDIR_CLASS", SCons.CacheDir.CacheDir) == type(self._last_CacheDir)):
return self._last_CacheDir
except AttributeError:
pass