gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: output


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: output
Date: Fri, 04 Oct 2019 18:06:03 +0200

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

ng0 pushed a commit to branch master
in repository taler-build-scripts.

The following commit(s) were added to refs/heads/master by this push:
     new 4c6f40a  output
4c6f40a is described below

commit 4c6f40aac3f9fdcf4bc041507abe62fc9c98c10b
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 16:05:51 2019 +0000

    output
---
 configure.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index b21c292..8014b97 100644
--- a/configure.py
+++ b/configure.py
@@ -147,7 +147,8 @@ def main():
     _tool_node()
     posixlist = _tool_posix()
     for x in range(len(posixlist)):
-        print(posixlist[x] + "\n")
+        if x is not '':
+            print(posixlist[x] + "\n")
 
 
 main()

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



reply via email to

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