gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fix #6872 again


From: gnunet
Subject: [gnunet] branch master updated: - fix #6872 again
Date: Tue, 18 May 2021 09:51:47 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 00c21152e - fix #6872 again
00c21152e is described below

commit 00c21152e81c10dff640ec932127e74ea8bc25ac
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue May 18 09:49:20 2021 +0200

    - fix #6872 again
---
 src/peerinfo-tool/test_gnunet_peerinfo.py.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in 
b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index ad5d096b5..709556f70 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -139,4 +139,5 @@ finally:
     else:
         shutil.rmtree("/tmp/gnunet-test-peerinfo", True)
     #Reset LANG
-    os.environ['LANG'] = mylang
+    if type(mylang) == str:
+      os.environ['LANG'] = mylang

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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