From d9e142758ca22ab067d751eb7b85c5c3434d7022 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 26 Nov 2017 11:14:15 +0000 Subject: [PATCH] No trailing space when listing keywords --- threshold | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threshold b/threshold index b561997..f1ba60e 100755 --- a/threshold +++ b/threshold @@ -543,7 +543,7 @@ class Helper(object): return elif spl[1] == "show": - info(", ".join(config["Keywords"])) + info(",".join(config["Keywords"])) return elif spl[1] == "master":