mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@@ -74,7 +74,7 @@ class cmd_dsacl_set(Command):
|
||||
"ro-repl-secret-sync"],
|
||||
help=car_help),
|
||||
Option("--action", type="choice", choices=["allow", "deny"],
|
||||
help="""Deny or allow access"""),
|
||||
help="""Deny or allow access"""),
|
||||
Option("--objectdn", help="DN of the object whose SD to modify",
|
||||
type="string"),
|
||||
Option("--trusteedn", help="DN of the entity that gets access",
|
||||
|
||||
Reference in New Issue
Block a user