]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/backport-create-issue: fix the syntax warning 63128/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Tue, 6 May 2025 11:37:30 +0000 (13:37 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Tue, 6 May 2025 11:37:30 +0000 (13:37 +0200)
commitfab2cbd72b64597eb8ede43f61641025d1d95e7b
tree89e40f61aacf49f5d763404bd03e3b1eebe8d17d
parentc308de989fa3ce76afe715c6059ec16ec06f5c14
script/backport-create-issue: fix the syntax warning

This suppresses the message:
  ./src/script/backport-create-issue:180: SyntaxWarning: invalid escape sequence '\w'
    issue['backports'] = set(re.findall('\w+', field['value']))

Fixes: https://tracker.ceph.com/issues/71212
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
src/script/backport-create-issue