From 8190bfb90b272cb98fed05dfdb6d2398c2c20a80 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 27 Dec 2011 18:04:33 +0000 Subject: PEP8 fixes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1573 ef36b2f9-881f-0410-afb5-c4e39611909c --- pynslcd/netgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pynslcd/netgroup.py') diff --git a/pynslcd/netgroup.py b/pynslcd/netgroup.py index 2b3a45f..b24d296 100644 --- a/pynslcd/netgroup.py +++ b/pynslcd/netgroup.py @@ -47,7 +47,7 @@ class NetgroupRequest(common.Request): for triple in attributes['nisNetgroupTriple']: m = _netgroup_triple_re.match(triple) if not m: - print 'Warning: entry %s contains invalid %s value: %r' % ( dn, attmap['nisNetgroupTriple'], triple) + print 'Warning: entry %s contains invalid %s value: %r' % (dn, attmap['nisNetgroupTriple'], triple) else: self.fp.write_int32(constants.NSLCD_RESULT_BEGIN) self.fp.write_int32(constants.NSLCD_NETGROUP_TYPE_TRIPLE) -- cgit v1.2.3