diff --git a/setup_links.py b/setup_links.py index 637f95babc..e54689213a 100755 --- a/setup_links.py +++ b/setup_links.py @@ -507,9 +507,10 @@ def main(): 'administrator. Please run with user account privileges.') if not os.path.exists(CHROMIUM_CHECKOUT): - logging.error('Cannot find a Chromium checkout at %s. Did you run "gclient ' - 'sync" before running this script?', CHROMIUM_CHECKOUT) - return 2 + logging.warning('Cannot find a Chromium checkout at %s. Did you run ' + '"gclient sync" before running this script?', + CHROMIUM_CHECKOUT) + return 0 links_database = _initialize_database(LINKS_DB) try: