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

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

Issue 2491513003: WebRTC: Fallback for working_dir in symlink cleaning (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
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 952e26790486cafc09e3bd07419fe0cd691f38a4..83cbecdb30a9c8b3fd72b557d0acf2d7dc95856a 100755
--- a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
+++ b/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
@@ -26,6 +26,8 @@ def main(args):
print 'Cleaning up symlinks in %s' % checkout_root
subprocess.check_call([sys.executable, setup_links_file, '--clean-only'],
cwd=checkout_root)
+ else:
+ print 'Cannot find %s: Incomplete sync?' % setup_links_file
return 0

Powered by Google App Engine
This is Rietveld 408576698