From 88ca1064e71afd97cacfd3d01e68a12a2d2931d0 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 29 Oct 2019 19:42:15 +0000 Subject: 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 -- cgit v1.2.3