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

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: get_client is a context manager 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
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)

Powered by Google App Engine
This is Rietveld 408576698