Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/netgroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pynslcd/netgroup.py')
-rw-r--r--pynslcd/netgroup.py2
1 files changed, 1 insertions, 1 deletions
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)