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

Unified Diff: telemetry/telemetry/value/translate_common_values.py

Issue 1736313002: [TBMv2] Fix MRE failure translation (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 4 years, 10 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 | telemetry/telemetry/value/translate_common_values_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/value/translate_common_values.py
diff --git a/telemetry/telemetry/value/translate_common_values.py b/telemetry/telemetry/value/translate_common_values.py
index ce46452b8920fa4559b17645fa48b0814844589d..f5a3cdcb90bc51911ad60c0c5de298f5f46183d0 100644
--- a/telemetry/telemetry/value/translate_common_values.py
+++ b/telemetry/telemetry/value/translate_common_values.py
@@ -7,7 +7,7 @@ from telemetry.value import scalar
def TranslateMreFailure(mre_failure, page):
- return failure.FailureValue.FromMessage(mre_failure.stack, page)
+ return failure.FailureValue.FromMessage(page, mre_failure.stack)
def TranslateScalarValue(scalar_value, page):
« no previous file with comments | « no previous file | telemetry/telemetry/value/translate_common_values_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698