From 743fb50e0f6e33077b8d1ea661f80c2f34e2711a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 15 Jun 2015 05:41:47 +0200 Subject: [Plugin] Typo --- module/plugins/internal/Plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index 70bd8574d..b89772052 100644 --- a/module/plugins/internal/Plugin.py +++ b/module/plugins/internal/Plugin.py @@ -166,7 +166,7 @@ class Base(object): class Plugin(Base): __name__ = "Plugin" __type__ = "hoster" - __version__ = "0.08" + __version__ = "0.09" __pattern__ = r'^unmatchable$' __config__ = [] #: [("name", "type", "desc", "default")] @@ -324,7 +324,7 @@ class Plugin(Base): """ fail and indicates file ist temporary offline, the core may take consequences """ raise Fail("temp. offline") - def skip(self, reason) + def skip(self, reason): raise Skip(reason) def retry(self, max_tries=3, wait_time=1, reason=""): -- cgit v1.2.3