mirror of https://github.com/nucypher/nucypher.git
__default_key_path -> __default_key_dir
parent
1b7eb2ecfe
commit
8edcb24aff
|
@ -22,7 +22,7 @@ class KMSConfig:
|
|||
|
||||
_default_config_path = None
|
||||
__root_name = '.nucypher'
|
||||
__default_key_path = os.path.join('~', __root_name, 'keys') # TODO: Change by actor
|
||||
__default_key_dir = os.path.join('~', __root_name, 'keys') # TODO: Change by actor
|
||||
|
||||
class KMSConfigrationError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue