gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-build-scripts] branch master updated: fix syntax warning.


From: gnunet
Subject: [taler-taler-build-scripts] branch master updated: fix syntax warning.
Date: Tue, 29 Oct 2019 20:43:15 +0100

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 88ca106  fix syntax warning.
88ca106 is described below

commit 88ca1064e71afd97cacfd3d01e68a12a2d2931d0
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 29 19:42:15 2019 +0000

    fix syntax warning.
---
 talerbuildconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 27e2056..fc3d6fb 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -289,7 +289,7 @@ class NodeJsTool(Tool):
             subprocess.getstatusoutput(
                 "node -p 'process.exit(!(/v([0-9]+)/.exec(process.version)[1] 
>= 4))'"
             )[1]
-            is not ""
+            != ""
         ):
             buildconfig._warn("your node version is too old, use Node 4.x or 
newer")
             return False

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



reply via email to

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