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

Unified Diff: win_toolchain/get_toolchain_if_necessary.py

Issue 1671433002: Fix 'Calculating hash...' message (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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: win_toolchain/get_toolchain_if_necessary.py
diff --git a/win_toolchain/get_toolchain_if_necessary.py b/win_toolchain/get_toolchain_if_necessary.py
index 9f091d0132a2e69f72c14376e2bf29b62d7328e8..33e057b62bf9ea455ef2a3f2948b7694db147494 100755
--- a/win_toolchain/get_toolchain_if_necessary.py
+++ b/win_toolchain/get_toolchain_if_necessary.py
@@ -123,7 +123,7 @@ def CalculateHash(root, expected_hash):
return timestamps_data['sha1']
# Make long hangs when updating the toolchain less mysterious.
- print 'Calculating hash of toolchain in %s. Please wait...' % root
+ print 'Calculating hash of toolchain in %s. Please wait...' % full_root_path
sys.stdout.flush()
digest = hashlib.sha1()
for path in file_list:
« 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