From d9fddb10c98b63b19942ad8c9e9b936f7799d345 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 10 Jan 2018 16:57:36 +0100 Subject: [PATCH] [DEV] better display error --- build_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_send.py b/build_send.py index dea0449..4c40648 100755 --- a/build_send.py +++ b/build_send.py @@ -75,7 +75,7 @@ else: args.tag = 'MacOs'; list_tag = ['Linux', 'MacOs', 'Windows', 'IOs', 'Android', 'Mingw'] if args.tag not in list_tag: - print("[ERROR] (local) set '--tag' parameter: " + str(list_tag)) + print("[ERROR] (local) set '--tag=" + args.tag + "' parameter not in list: " + str(list_tag)) exit(-2) # no more limit in build type name ==> TODO: add regex to filter on string only