| 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
|
|
|
|
|
|
|