@@ -241,7 +241,7 @@ class SimpleConfig(PrintError):
|
|||||||
|
|
||||||
# command line -w option
|
# command line -w option
|
||||||
if self.get('wallet_path'):
|
if self.get('wallet_path'):
|
||||||
return os.path.join(self.get('cwd'), self.get('wallet_path'))
|
return os.path.join(self.get('cwd', ''), self.get('wallet_path'))
|
||||||
|
|
||||||
# path in config file
|
# path in config file
|
||||||
path = self.get('default_wallet_path')
|
path = self.get('default_wallet_path')
|
||||||
|
|||||||
Reference in New Issue
Block a user