[PATCH] D51862: [LNT] more pep8 code style fixes

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 10:33:55 PDT 2018


danilaml added a comment.

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!


Repository:
  rL LLVM

https://reviews.llvm.org/D51862





More information about the llvm-commits mailing list