From 00bf1d31a27ae3a489033fdf880db08bc6208885 Mon Sep 17 00:00:00 2001 From: Asmageddon Date: Sun, 27 May 2012 01:19:44 +0200 Subject: [PATCH] Fixed a severe torrent matching bug caused by spaces not being unescaped when parsing --- deluge/ui/console/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py index 9aa5db10d..070e03047 100644 --- a/deluge/ui/console/main.py +++ b/deluge/ui/console/main.py @@ -163,7 +163,10 @@ class BaseCommand(object): def split(self, text): if deluge.common.windows_check(): text = text.replace('\\', '\\\\') - return re.split(r"(?