summaryrefslogtreecommitdiff
path: root/tools/gyp/pylib/gyp/input.py
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-12-11 20:06:11 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-11 20:06:11 -0800
commit4ec189b250188e04aad7ba1ccb1c498876df2af6 (patch)
treebeef1e00d6fead6bb042bb24f7628f93d20bdee7 /tools/gyp/pylib/gyp/input.py
parenta22de4f7eed04f14e590fdc5c8739d2ee17753e5 (diff)
downloadandroid-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.tar.gz
android-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.tar.bz2
android-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.zip
gyp: update to 78b26f7
Diffstat (limited to 'tools/gyp/pylib/gyp/input.py')
-rw-r--r--tools/gyp/pylib/gyp/input.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gyp/pylib/gyp/input.py b/tools/gyp/pylib/gyp/input.py
index 45e791d141..9bc449d4d1 100644
--- a/tools/gyp/pylib/gyp/input.py
+++ b/tools/gyp/pylib/gyp/input.py
@@ -2278,6 +2278,7 @@ def ProcessListFiltersInDict(name, the_dict):
continue
if not isinstance(the_dict[list_key], list):
+ value = the_dict[list_key]
raise ValueError, name + ' key ' + list_key + \
' must be list, not ' + \
value.__class__.__name__ + ' when applying ' + \