This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Commit 07812fd
Merge #1593
1593: correct escape for regex r=mythmon a=peterbe
One lesser `DeprecationWarning` can't hurt:
```
/Users/peterbe/dev/MOZILLA/NORMANDY/normandy/normandy/control/views.py:17: DeprecationWarning: invalid escape sequence \.
match = re.search("normandy\.(\w+)\.mozaws", hostname, re.I)
```
Co-authored-by: Peter Bengtsson <mail@peterbe.com>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments