[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-build-common] 45/50: fix syntax warning.
From: |
gnunet |
Subject: |
[taler-build-common] 45/50: fix syntax warning. |
Date: |
Sat, 02 Nov 2019 16:39:04 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository build-common.
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.
- [taler-build-common] 41/50: start to make sh code reusable., (continued)
- [taler-build-common] 41/50: start to make sh code reusable., gnunet, 2019/11/02
- [taler-build-common] 49/50: python is not always python3., gnunet, 2019/11/02
- [taler-build-common] 38/50: logging, gnunet, 2019/11/02
- [taler-build-common] 33/50: fix template, gnunet, 2019/11/02
- [taler-build-common] 42/50: Add PythonTool(). Contrary the code in sh/, it is limited to python3.7 - python4.0 right now., gnunet, 2019/11/02
- [taler-build-common] 37/50: link configure instead of copying, gnunet, 2019/11/02
- [taler-build-common] 27/50: refactor, rename switches, document more, add initial browser and pybabel detection., gnunet, 2019/11/02
- [taler-build-common] 43/50: configure: use a fixed location for the build-scripts., gnunet, 2019/11/02
- [taler-build-common] 39/50: configure: reduce tests to python3 + python3.7 + python3.8; add check for python3, gnunet, 2019/11/02
- [taler-build-common] 32/50: build scripts as library, gnunet, 2019/11/02
- [taler-build-common] 45/50: fix syntax warning.,
gnunet <=
- [taler-build-common] 47/50: Revert "move tests to t.", gnunet, 2019/11/02
- [taler-build-common] 46/50: move tests to t., gnunet, 2019/11/02