summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-11-14 20:30:14 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-11-14 20:30:14 (GMT)
commit202382fe72ba66b339e2a65be53b4e8054ff5cc3 (patch)
tree593bfb1922d9e9c29294e6cc5d37ac078a6eab3d /src/engine/SCons
parentdb82655085362b6e363775b1c0278c92775ea60a (diff)
downloadSCons-202382fe72ba66b339e2a65be53b4e8054ff5cc3.zip
SCons-202382fe72ba66b339e2a65be53b4e8054ff5cc3.tar.gz
SCons-202382fe72ba66b339e2a65be53b4e8054ff5cc3.tar.bz2
Fix bad syntax in module not currently used
Diffstat (limited to 'src/engine/SCons')
-rw-r--r--src/engine/SCons/EnvironmentValues.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/SCons/EnvironmentValues.py b/src/engine/SCons/EnvironmentValues.py
index e2efccb..d94bf3a 100644
--- a/src/engine/SCons/EnvironmentValues.py
+++ b/src/engine/SCons/EnvironmentValues.py
@@ -84,6 +84,7 @@ class EnvironmentValue(object):
"""
parts = []
for c in self.value:
+ pass