mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
python:samba: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Jun 23 14:51:14 UTC 2023 on atb-devel-224
This commit is contained in:
committed by
Andreas Schneider
parent
d4798967c0
commit
c837ecf442
@@ -211,7 +211,7 @@ class RegistryGroupPolicies(object):
|
||||
ext_name_guid = GUID(ext_name)
|
||||
except samba.NTSTATUSError as e:
|
||||
if e.args[0] == NT_STATUS_INVALID_PARAMETER:
|
||||
raise SyntaxError('Extension name not formated correctly')
|
||||
raise SyntaxError('Extension name not formatted correctly')
|
||||
raise
|
||||
if ext_attr not in ['gPCMachineExtensionNames',
|
||||
'gPCUserExtensionNames']:
|
||||
|
||||
Reference in New Issue
Block a user