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

Unified Diff: client/utils/file_path.py

Issue 2037253002: run_isolated.py: install CIPD packages (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: fix client fetching Created 4 years, 6 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/tests/swarming_test.py ('k') | client/utils/subprocess42.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/utils/file_path.py
diff --git a/client/utils/file_path.py b/client/utils/file_path.py
index 16787f4ded39a8c88a44f1d1b813062c92cc284b..0eaafe81ccd9e72e56035333149b7e78635f077b 100644
--- a/client/utils/file_path.py
+++ b/client/utils/file_path.py
@@ -746,7 +746,7 @@ def link_file(outfile, infile, action):
"""Links a file. The type of link depends on |action|.
Returns:
- True if the action was caried on, False if fallback was used.
+ True if the action was carried on, False if fallback was used.
"""
if action not in (HARDLINK, HARDLINK_WITH_FALLBACK, SYMLINK, COPY):
raise ValueError('Unknown mapping action %s' % action)
« no previous file with comments | « client/tests/swarming_test.py ('k') | client/utils/subprocess42.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698