From dc057d40a7f63c82d7f138fd9fd2219af3b24869 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 1 Aug 2016 21:58:50 +0100 Subject: [PATCH] Remove whitespace in python test --- tests/python-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-test.py b/tests/python-test.py index 486bf26..72850a0 100644 --- a/tests/python-test.py +++ b/tests/python-test.py @@ -299,7 +299,7 @@ def _string_list(op, group, key, value): if group == None or key == None or value == None: prof.cons_bad_cmd_usage("/python-test") return - res = prof.settings_string_list_remove(group, key, value) + res = prof.settings_string_list_remove(group, key, value) prof.win_focus(plugin_win) if res: prof.win_show(plugin_win, "Removed '" + value + "' to [" + group + "]" + " " + key)