gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fix #6872


From: gnunet
Subject: [gnunet] branch master updated: - fix #6872
Date: Mon, 17 May 2021 15:06:12 +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 3b3faa6bc - fix #6872
3b3faa6bc is described below

commit 3b3faa6bce254289dafed73e98352e2a76f1b94b
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon May 17 15:03:44 2021 +0200

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

diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in 
b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index 9d6fd8fb2..ad5d096b5 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -33,7 +33,7 @@ if gnunet_pyexpect_dir not in sys.path:
 from gnunet_pyexpect import pexpect
 
 #save LANG and set it to C
-mylang = os.environ['LANG']
+mylang = os.environ.get('LANG')
 os.environ['LANG'] = 'C'
 
 if os.name == 'posix':

-- 
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]