From be3abec5255e91bbeb0484053302f95156ad7621 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sun, 15 Jan 2012 01:10:21 +0100 Subject: plugin tester links --- tests/HosterPluginTester.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/HosterPluginTester.py') diff --git a/tests/HosterPluginTester.py b/tests/HosterPluginTester.py index 2972e28fe..32b67d93e 100644 --- a/tests/HosterPluginTester.py +++ b/tests/HosterPluginTester.py @@ -99,8 +99,8 @@ for l in links: flags[l] = flag.strip() urls.append(l) - elif len(l.split(" ")) == 2: - name, hash = l.split(" ") + elif len(l.rsplit(" ", 1)) == 2: + name, hash = l.rsplit(" ", 1) HosterPluginTester.files[name] = hash -- cgit v1.2.3