From d4fe2145e48e0a3e4d13d43a41d94dbc280cafc1 Mon Sep 17 00:00:00 2001 From: age Date: Tue, 6 Mar 2007 10:04:17 +0000 Subject: [PATCH] * not sure what TODO here --- src/cryptobox/core/main.py | 2 +- src/cryptobox/core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptobox/core/main.py b/src/cryptobox/core/main.py index fe04c89..f3cbc3c 100644 --- a/src/cryptobox/core/main.py +++ b/src/cryptobox/core/main.py @@ -72,7 +72,7 @@ class CryptoBox: self.log.info("Storing local settings ...") ## problems with storing are logged automatically self.prefs.write() - # TODO: improve the configuration partition handling + # TODO: improve the configuration partition handling [a]: how? self.prefs.umount_partition() ## shutdown logging as the last step try: diff --git a/src/cryptobox/core/settings.py b/src/cryptobox/core/settings.py index a0c6bd1..1d684e9 100644 --- a/src/cryptobox/core/settings.py +++ b/src/cryptobox/core/settings.py @@ -399,7 +399,7 @@ class CryptoBoxSettings: def __get_volumes_database(self): """Load the volume database file if it exists. """ - #TODO: add configuration specification and validation + #TODO: add configuration specification and validation [a]: -v try: try: conf_file = os.path.join(