]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/orch: fix python3 DeprecationWarning 34357/head
authorMichael Fritch <mfritch@suse.com>
Wed, 1 Apr 2020 21:51:43 +0000 (15:51 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 1 Apr 2020 21:54:30 +0000 (15:54 -0600)
commitf77defe55174d6f42a8a2d824c22530d11db4f7d
tree0f0007b0f963bb12c5507933013814e8fecd6fc2
parent3f2023ec77e2d350548630fb1b51a12253695ac0
mgr/orch: fix python3 DeprecationWarning

test_orchestrator/module.py:181: DeprecationWarning: invalid escape sequence \s
    patterns = ['-i\s(\w+)', '--id[\s=](\w+)']

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/test_orchestrator/module.py