]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/stats: Fixing DeprecationWarning for RegEx.
authorNeeraj Pratap Singh <neesingh@redhat.com>
Mon, 27 Jun 2022 10:46:39 +0000 (16:16 +0530)
committerNeeraj Pratap Singh <neesingh@redhat.com>
Mon, 22 Aug 2022 06:02:01 +0000 (11:32 +0530)
commit6b1468200d460ddf50d3421df8618b0701c66abb
tree6ddc401242e67b9a0d2c708758643942ab873630
parentff33cccf33b70bd4d29ff1dc9e09c87f2ec17379
mgr/stats: Fixing DeprecationWarning for RegEx.

Declaring the RegEx pattern as a raw string by prepending `r`.

Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
src/pybind/mgr/stats/fs/perf_stats.py