* not sure what TODO here

This commit is contained in:
age 2007-03-06 10:04:17 +00:00
parent 5af4a1c975
commit d4fe2145e4
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ class CryptoBox:
self.log.info("Storing local settings ...") self.log.info("Storing local settings ...")
## problems with storing are logged automatically ## problems with storing are logged automatically
self.prefs.write() self.prefs.write()
# TODO: improve the configuration partition handling # TODO: improve the configuration partition handling [a]: how?
self.prefs.umount_partition() self.prefs.umount_partition()
## shutdown logging as the last step ## shutdown logging as the last step
try: try:

View file

@ -399,7 +399,7 @@ class CryptoBoxSettings:
def __get_volumes_database(self): def __get_volumes_database(self):
"""Load the volume database file if it exists. """Load the volume database file if it exists.
""" """
#TODO: add configuration specification and validation #TODO: add configuration specification and validation [a]: -v
try: try:
try: try:
conf_file = os.path.join( conf_file = os.path.join(