forked from Mirror/pmbootstrap
pmb.config.init: resolve double-negation (MR 2502)
This commit is contained in:
parent
cda5d61593
commit
aed6c7f61e
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ def ask_for_work_path(default: Path | None) -> tuple[Path, bool]:
|
|||
|
||||
:returns: (path, exists)
|
||||
* path: is the full path, with expanded ~ sign
|
||||
* exists: is False when the folder did not exist before we tested whether we can create it
|
||||
|
||||
* exists: is True when the folder existed before we tested whether we can create it
|
||||
"""
|
||||
logging.info(
|
||||
"Location of the 'work' path. Multiple chroots"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue