Skip to content

Fix escape sequence

Anton Samofal requested to merge fix-escape-sequence into master

Hi! A backslash-character pair is not a valid escape sequence since Python 3.12 (changelog). This PR refactors ConvertPassword function to avoid annoying warning.

image

Merge request reports