Open
Description
Version
1.66.6
Describe the bug
If the value ends with \\
At the next load , it is glued together with the following line
A request for the "cert" key gives "Y:\\_1\\serial = 12345678"
To reproduce
[dirs]
cert = Y:\\_1\\
serial = 12345678
Expected behavior
[dirs]
cert = Y:\\_1\\
serial = 12345678
Additional context
Can be solved by saving "path = filepath.Clean(path)"
Code of Conduct
- I agree to follow this project's Code of Conduct
Activity