1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

PEP8: fix E121: continuation line under-indented for hanging 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:
Joe Guo
2018-07-30 18:14:13 +12:00
committed by Douglas Bagnall
parent 5037731e0d
commit b43408b383
14 changed files with 94 additions and 94 deletions

View File

@@ -208,7 +208,7 @@ class cmd_domain_backup_online(samba.netcmd.Command):
help="Directory to write the backup file to"),
Option("--no-secrets", action="store_true", default=False,
help="Exclude secret values from the backup created")
]
]
def run(self, sambaopts=None, credopts=None, server=None, targetdir=None,
no_secrets=False):
@@ -585,7 +585,7 @@ class cmd_domain_backup_rename(samba.netcmd.Command):
help="Retain the DNS entries for the old realm in the backup"),
Option("--no-secrets", action="store_true", default=False,
help="Exclude secret values from the backup created")
]
]
takes_args = ["new_domain_name", "new_dns_realm"]