mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
samba-tool/spn: Add a missing newline to error message
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
8d818e18c2
commit
df2b71d1db
@ -67,8 +67,8 @@ class cmd_spn_list(Command):
|
||||
for e in spns:
|
||||
self.outf.write("\t %s\n" % e)
|
||||
else:
|
||||
self.outf.write("User %s has no servicePrincipalName" %
|
||||
res[0].dn)
|
||||
self.outf.write("User %s has no servicePrincipalName\n" %
|
||||
res[0].dn)
|
||||
else:
|
||||
raise CommandError("User %s not found" % user)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user