summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-23 16:24:39 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-27 14:36:12 +0200
commitaae02e1e5dfcb0100f460f0b622d16bac45d2165 (patch)
treec639f28a9d0d1119b9299d72d47b0d336270c4fe
parent387e37462c582a2353d2aacd67b39deca17e6f19 (diff)
downloadtotem-aae02e1e5dfcb0100f460f0b622d16bac45d2165.tar.gz
opensubtitles: Ignore "Too many instance attributes" warning
src/plugins/opensubtitles/opensubtitles.py:157:0: R0902: Too many instance attributes (8/7) (too-many-instance-attributes)
-rw-r--r--src/plugins/opensubtitles/opensubtitles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index e6b9b984e..3163c377b 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -154,6 +154,7 @@ def _cache_subtitles_dir ():
bpath += 'totem' + sep + 'subtitles' + sep
return bpath
+# pylint: disable=R0902
class SearchThread (threading.Thread):
"""
This is the thread started when the dialog is searching for subtitles