Index: tools/gyp-explain.py |
diff --git a/tools/gyp-explain.py b/tools/gyp-explain.py |
index def29df1f9f0d864b885d69814300cee680074c1..9df68dd8e5132deb521a829997d4eb5f044c0dd6 100755 |
--- a/tools/gyp-explain.py |
+++ b/tools/gyp-explain.py |
@@ -60,7 +60,7 @@ def Main(argv): |
if file_age_s > 2 * 60 * 60: |
print 'dump.json is more than 2 hours old.' |
dump_json_dirty = True |
- except IOError: |
+ except OSError: |
print 'dump.json not found.' |
dump_json_dirty = True |