gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: try 'del'


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: try 'del'
Date: Tue, 11 Jun 2019 15:02:05 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d5dc9d6  try 'del'
d5dc9d6 is described below

commit d5dc9d68b50ead14c78eb6c2f1db06dfe947e60b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 11 15:01:59 2019 +0200

    try 'del'
---
 config/generate-config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index 6b844d1..aff3ec3 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -320,7 +320,8 @@ def main(currency, envname, outdir, shared_outdir, 
exchange_pub, standalone):
         if "test" == envname:
 
             # Emptying all first.
-            sections = OrderedDict()
+            for k in sections.keys():
+                del sections[k]
 
             # Twisting the exchange.
             cfg_put("twister", "serve", "unix")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]