gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: gnunet-qr: If we error out


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: gnunet-qr: If we error out before, we don't need to error again. This should fix the error message in the wrong place
Date: Tue, 26 Feb 2019 17:46:49 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new db724d0b0 gnunet-qr: If we error out before, we don't need to error 
again. This should fix the error message in the wrong place
db724d0b0 is described below

commit db724d0b09369dc95078744d44c968c1096f7cb2
Author: ng0 <address@hidden>
AuthorDate: Tue Feb 26 16:46:43 2019 +0000

    gnunet-qr: If we error out before, we don't need to error again. This 
should fix the error message in the wrong place
---
 src/util/gnunet-qr.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/gnunet-qr.in b/src/util/gnunet-qr.in
index 125df6894..dcca57eb8 100755
--- a/src/util/gnunet-qr.in
+++ b/src/util/gnunet-qr.in
@@ -43,4 +43,4 @@ if test -z "$pythonize"; then
   exit 1
 fi
 
-${pythonize} @PREFIX@/bin/gnunet-qr.py $@ || echo "ERROR: python2.7 or future 
not found" && exit 1
+${pythonize} @PREFIX@/bin/gnunet-qr.py $@

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



reply via email to

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