[PATCH] D51862: [LNT] more pep8 code style fixes
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 18 03:06:55 PDT 2018
kristof.beyls added a comment.
In https://reviews.llvm.org/D51862#1229129, @danilaml wrote:
> I'm also using pycodestyle 2.4.0. The error/warning was not about raw strings in regexps, rather illegal escape sequences, i.e.:
>
> > .\lnt\server\db\regression.py:58:20: W605 invalid escape sequence '\d'
>
> I think using raw strings is better than using something like `\\d`.
>
> Btw, I doubt that I can commit to llvm repo, so I need somebody to commit this for me. Thanks!
I've just committed this for you.
If you want, you should be able to get commit access, see https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access .
Thanks!
Kristof
Repository:
rL LLVM
https://reviews.llvm.org/D51862
More information about the llvm-commits
mailing list