pmb.config.init: resolve double-negation (MR 2502)

This commit is contained in:
Hugo Osvaldo Barrera 2024-11-26 11:29:47 +01:00 committed by Newbyte
parent cda5d61593
commit aed6c7f61e
No known key found for this signature in database
GPG key ID: ACD854892B38D898

View file

@ -102,8 +102,7 @@ def ask_for_work_path(default: Path | None) -> tuple[Path, bool]:
:returns: (path, exists) :returns: (path, exists)
* path: is the full path, with expanded ~ sign * 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( logging.info(
"Location of the 'work' path. Multiple chroots" "Location of the 'work' path. Multiple chroots"