Skip to content
Snippets Groups Projects
Unverified Commit 0e9a2e59 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pmb.config.init: Call pmb.helpers.cli.confirm() correctly (MR 2489)

"y" only works here by accident as it's considered truthy by Python and
as such gets handled equivalently to True in the current implementation
of pmb.helpers.cli.confirm(), but it's still relying on unintended
behaviour. Change this to use a bool as intended.
parent 79c6e4c3
Branches
Tags
1 merge request!2489Add more type hints
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment