Commit 7092266
fix(scripts): invalid regex escape sequence
Regular expression was not using raw string. Fixes the following
warning:
SyntaxWarning: invalid escape sequence '\.'
Signed-off-by: Randolph Sapp <[email protected]>1 parent 9f7c537 commit 7092266
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments