]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
lock/cli: fix invalid escape sequence
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 31 Jul 2024 22:02:20 +0000 (00:02 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sun, 4 Aug 2024 23:05:11 +0000 (01:05 +0200)
commitb3805eaf96f7fcc7f3bc2a66c3374c4835e22142
tree61bf732528dae03335f11e136b6dfb106aa7b299
parentbdc7c126831275b4a364e3603d8abf7d834e1e0b
lock/cli: fix invalid escape sequence

Address warning message which is going to be an error in future
python versions:

  SyntaxWarning: invalid escape sequence '\w'

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/lock/cli.py