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

Unified Diff: scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py

Issue 2486493003: WebRTC: Fix syntax error in cleanup_symlinks.py. (Closed)
Patch Set: Created 4 years, 1 month 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: scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
diff --git a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py b/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
index 6450983fac6e4e10667d55db8087bd506936f4db..952e26790486cafc09e3bd07419fe0cd691f38a4 100755
--- a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
+++ b/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
@@ -13,7 +13,7 @@ import sys
def main(args):
if len(args) != 1:
print >> sys.stderr, ('Please specify a single directory as an argument, '
- 'which points to the checkout root (dir above src/).'
+ 'which points to the checkout root (dir above src/).')
return 1
checkout_root = args[0]
« 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