* not sure what TODO here
This commit is contained in:
parent
5af4a1c975
commit
d4fe2145e4
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue