From aed6c7f61e5557c2337c1ab16c94578e0373fbd2 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 26 Nov 2024 11:29:47 +0100 Subject: [PATCH] pmb.config.init: resolve double-negation (MR 2502) --- pmb/config/init.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pmb/config/init.py b/pmb/config/init.py index 79f668ee..5152092e 100644 --- a/pmb/config/init.py +++ b/pmb/config/init.py @@ -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"