Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: tools/jsondiff.py

Issue 658923002: tools: Remove reference to svndiff. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/jsondiff.py
diff --git a/tools/jsondiff.py b/tools/jsondiff.py
index 050a177b002595e4677e295fdfbdec092a09a38a..91e3e4b7436de09fcd9e92a4f375a700ed627de9 100755
--- a/tools/jsondiff.py
+++ b/tools/jsondiff.py
@@ -82,7 +82,6 @@ class GMDiffer(object):
all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
# Prevent https://code.google.com/p/skia/issues/detail?id=1588
- # ('svndiff.py: 'NoneType' object has no attribute 'keys'')
if not all_expectations:
return result_dict
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698