From 1ac3ed2c271accc0776a3cc34fbe607acf62da17 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 7 Apr 2011 16:53:52 +0200 Subject: Fix lint false positives. --- ipalib/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/backend.py') diff --git a/ipalib/backend.py b/ipalib/backend.py index 2262e922..79f19083 100644 --- a/ipalib/backend.py +++ b/ipalib/backend.py @@ -139,4 +139,4 @@ class Executioner(Backend): if error is None: return result assert isinstance(error, PublicError) - raise error + raise error #pylint: disable=E0702 -- cgit