mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Improve handling of patches during Chromium update (issue #2435)
This commit is contained in:
@ -87,9 +87,7 @@ def apply_patch_config():
|
||||
write_note('ERROR',
|
||||
'%d patches failed to apply. Your build will not be correct.' %
|
||||
results['fail'])
|
||||
raise Exception(
|
||||
'%d patches failed to apply. Your build will not be correct.' %
|
||||
results['fail'])
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
# Parse command-line options.
|
||||
|
Reference in New Issue
Block a user