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

Unified Diff: client/isolateserver.py

Issue 2844063005: Add option to collapse symlinks in isolate.py (Closed)
Patch Set: Add -L 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
« no previous file with comments | « client/isolated_format.py ('k') | client/tests/isolate_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/isolateserver.py
diff --git a/client/isolateserver.py b/client/isolateserver.py
index c469cc7d9ba029613f35f7b41737d84a26a71f2b..367a36aac2df807ad40bd31c26b2e479d3d13991 100755
--- a/client/isolateserver.py
+++ b/client/isolateserver.py
@@ -1708,7 +1708,7 @@ def directory_to_metadata(root, algo, blacklist):
root, '.' + os.path.sep, blacklist, sys.platform != 'win32')
metadata = {
relpath: isolated_format.file_to_metadata(
- os.path.join(root, relpath), {}, 0, algo)
+ os.path.join(root, relpath), {}, 0, algo, False)
for relpath in paths
}
for v in metadata.itervalues():
« no previous file with comments | « client/isolated_format.py ('k') | client/tests/isolate_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698