From bbaa739bbda4685fa5e38ea0d939496398e11ebf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 2 Jun 2014 01:33:43 +0200 Subject: Remove remaining instance of pep8 E211 (too many spaces before operator). Signed-Off-By: Jelmer Vernooij Reviewed-by: Andrew Bartlett Change-Id: I9af3bf582bba8fc1094addb12cd0a5ce04406b5b --- source4/scripting/bin/samba_kcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/scripting/bin/samba_kcc') diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index 617cad26cb..9d26848d2d 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -655,8 +655,8 @@ class KCC(object): res = self.samdb.search(base=pdnstr, scope=ldb.SCOPE_BASE, attrs=attrs) except ldb.ldbError, (enum, estr): - raise Exception \ - ("Unable to find attr (%s) for (%s) - (%s)" % + raise Exception( + "Unable to find attr (%s) for (%s) - (%s)" % (x_transport.address_attr, pdnstr, estr)) msg = res[0] -- cgit