[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-bank] branch master updated: tilde expansion.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-bank] branch master updated: tilde expansion. |
Date: |
Fri, 04 May 2018 14:49:06 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository bank.
The following commit(s) were added to refs/heads/master by this push:
new d671ab6 tilde expansion.
d671ab6 is described below
commit d671ab62b6b15b552b6b313a491e2d6f8d0b1a49
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 4 14:48:50 2018 +0200
tilde expansion.
---
talerbank/talerconfig.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talerbank/talerconfig.py b/talerbank/talerconfig.py
index 5d42adc..6cde0c1 100644
--- a/talerbank/talerconfig.py
+++ b/talerbank/talerconfig.py
@@ -205,7 +205,7 @@ class TalerConfig:
filename = os.path.expanduser("~/.config/taler.conf")
if load_defaults:
cfg.load_defaults()
- cfg.load_file(filename)
+ cfg.load_file(os.path.expanduser(filename))
return cfg
def value_string(self, section, option, **kwargs) -> str:
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-bank] branch master updated: tilde expansion.,
gnunet <=