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

Unified Diff: client/isolated_format.py

Issue 2847153002: Cache/retrieve extracted CIPD packages in local isolate cache (Closed)
Patch Set: Fix unicode glitch and make assertions less terrible to find Created 3 years, 8 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
Index: client/isolated_format.py
diff --git a/client/isolated_format.py b/client/isolated_format.py
index e71a4b5b19085b04d0afe83ffaaac388e8f9e835..323bc46c68f322dd310534bd7732a2fac11190d6 100644
--- a/client/isolated_format.py
+++ b/client/isolated_format.py
@@ -86,7 +86,7 @@ class IsolatedFile(object):
"""Represents a single parsed .isolated file."""
def __init__(self, obj_hash, algo):
- """|obj_hash| is really the sha-1 of the file."""
+ """|obj_hash| is really the hash of the file."""
self.obj_hash = obj_hash
self.algo = algo

Powered by Google App Engine
This is Rietveld 408576698