summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/results.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/results.py')
-rwxr-xr-xtesting/talos/talos/results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/results.py b/testing/talos/talos/results.py
index 801c18a0cc..fe4ab60e52 100755
--- a/testing/talos/talos/results.py
+++ b/testing/talos/talos/results.py
@@ -311,7 +311,7 @@ class BrowserLogResults(object):
# regular expression for responsiveness results
RESULTS_RESPONSIVENESS_REGEX = re.compile(
- "MOZ_EVENT_TRACE\ssample\s\d*?\s(\d*\.?\d*)$", re.DOTALL | re.MULTILINE
+ r"MOZ_EVENT_TRACE\ssample\s\d*?\s(\d*\.?\d*)$", re.DOTALL | re.MULTILINE
)
# classes for results types