From cfbdcc19337314c0bc8901711ec0e63147e1c3d0 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 25 Jul 2013 21:01:35 +0200 Subject: Fixed some pylint violations --- module/plugins/crypter/LinkSaveIn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/crypter/LinkSaveIn.py') diff --git a/module/plugins/crypter/LinkSaveIn.py b/module/plugins/crypter/LinkSaveIn.py index a73b7cc19..129da6608 100644 --- a/module/plugins/crypter/LinkSaveIn.py +++ b/module/plugins/crypter/LinkSaveIn.py @@ -48,7 +48,7 @@ class LinkSaveIn(Crypter): if not self.isOnline(): self.offline() - # Check for protection + # Check for protection if self.isPasswordProtected(): self.unlockPasswordProtection() self.handleErrors() -- cgit v1.2.3