Commit ac07a6a
committed
Avoid warning about escape sequence in python 3.12
https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes
/script/scriptgen.py:489: SyntaxWarning: invalid escape sequence '\.'
"""build=$(grep -o -E '(Build|Snapshot)[^-]*' __envsub/files_iso.lst | grep -o -E '[0-9]\.?[0-9]+(\.[0-9]+)*' | head -n 1)""",1 parent 5b08631 commit ac07a6a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
0 commit comments