commit 88ca1064e71afd97cacfd3d01e68a12a2d2931d0
parent 1a287b755bad92a357531d5bd69f911fc97c29dd
Author: ng0 <ng0@n0.is>
Date: Tue, 29 Oct 2019 19:42:15 +0000
fix syntax warning.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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