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

Unified Diff: tools/utils.py

Issue 2769683002: Add link to cit bug in the exception for coredumps (Closed)
Patch Set: Created 3 years, 9 months 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: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index f489f0db858ba59fd5cab3a670c3d0cf3b5ab010..b4ae99ce8074278efe58313e321f59d2f7c114f3 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -995,7 +995,8 @@ class WindowsCoreDumpArchiver(BaseCoreDumpArchiver):
0,
winreg.KEY_READ | wowbit) as handle:
raise Exception(
- "Found werfault.exe was disabled. Probably by puppet. Too bad")
+ "Found werfault.exe was disabled. Probably by puppet. Too bad! "
+ "(For more information see https://crbug.com/691971)")
except OSError:
# If the open did not work the werfault.exe execution setting is as it
# should be.
« 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