From e30e2ef2c3cf554ea72c238e5d018e70f36c13b3 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 18 Jul 2014 00:03:11 +0100 Subject: [PATCH] Fix mistake in convert_lt_files --- deluge/core/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 68709276a..046df64de 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -57,7 +57,7 @@ def sanitize_filepath(filepath, folder=False): return newfilepath -def convert_lt_files(self, files): +def convert_lt_files(files): """Indexes and decodes files from libtorrent get_files(). Args: