diff options
author | dirkbaechle <devnull@localhost> | 2012-09-04 23:23:13 (GMT) |
---|---|---|
committer | dirkbaechle <devnull@localhost> | 2012-09-04 23:23:13 (GMT) |
commit | 1c8744b6d4ec8812746415d1aae4f13e634809ca (patch) | |
tree | 5d422a83251e4afe9a3941b3bb97a79fdb38765f /src/engine/SCons/SubstTests.py | |
parent | a54670d821ac18abc3880ef9ca03c2f84edd5ae6 (diff) | |
download | SCons-1c8744b6d4ec8812746415d1aae4f13e634809ca.zip SCons-1c8744b6d4ec8812746415d1aae4f13e634809ca.tar.gz SCons-1c8744b6d4ec8812746415d1aae4f13e634809ca.tar.bz2 |
- first swoop of changes for getting all Buildbot slaves to run successfully again
Diffstat (limited to 'src/engine/SCons/SubstTests.py')
-rw-r--r-- | src/engine/SCons/SubstTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/SCons/SubstTests.py b/src/engine/SCons/SubstTests.py index 4568528..420fd73 100644 --- a/src/engine/SCons/SubstTests.py +++ b/src/engine/SCons/SubstTests.py @@ -554,6 +554,8 @@ class scons_subst_TestCase(SubstTestCase): "TypeError `'NoneType' object is unsubscriptable' trying to evaluate `${NONE[2]}'", # Python 2.7 and later "TypeError `'NoneType' object is not subscriptable' trying to evaluate `${NONE[2]}'", + # Python 2.7 and later under Fedora + "TypeError `'NoneType' object has no attribute '__getitem__'' trying to evaluate `${NONE[2]}'", ] assert str(e) in expect, e else: |