ironic/ironic/hacking
Kaifeng Wang 9ffb6054df Fix regex string in the hacking check
I am seeing this warning recently:

ironic/hacking/checks.py:26: DeprecationWarning: invalid escape sequence \(
  "\(\s*_\(\s*('|\")")

It appears that the second line is not a raw string at all.

Change-Id: I39da54d50f069d6bec6c2575b448d7a1e9feea03
2019-06-06 14:42:58 +08:00
..
__init__.py Improve pep8 checking along with hacking 2018-06-28 15:30:48 +07:00
checks.py Fix regex string in the hacking check 2019-06-06 14:42:58 +08:00