diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2023-11-18 14:43:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 07:43:35 -0600 |
commit | 223e5b8ca21b98f87444ae3f708963617b9ce4a8 (patch) | |
tree | 33ad8c3e139757364e8ad1a182a555a760da03c5 /.gitignore | |
parent | cb764ce41ce6929f7acad2f32c2710011c899588 (diff) | |
download | spack-223e5b8ca21b98f87444ae3f708963617b9ce4a8.tar.gz spack-223e5b8ca21b98f87444ae3f708963617b9ce4a8.tar.bz2 spack-223e5b8ca21b98f87444ae3f708963617b9ce4a8.tar.xz spack-223e5b8ca21b98f87444ae3f708963617b9ce4a8.zip |
Fix invalid escape sequences (#41130)
Using Python 3.12 in a freshly cloned Spack repository results in
warnings such as this:
```
==> Warning: invalid escape sequence '\$'
==> Warning: invalid escape sequence '\('
==> Warning: invalid escape sequence '\.'
==> Warning: invalid escape sequence '\.'
```
These will turn into errors in 3.13, so fix them. All of them actually
do not need to be regexes, so convert them into normal strings.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions