mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
PEP8: fix E241: multiple spaces after ','
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:
@ -756,7 +756,7 @@ def make_smbconf(smbconf, hostname, domain, realm, targetdir,
|
||||
global_settings["binddns dir"] = os.path.abspath(os.path.join(targetdir, "bind-dns"))
|
||||
|
||||
lp.set("lock dir", os.path.abspath(targetdir))
|
||||
lp.set("state directory", global_settings["state directory"])
|
||||
lp.set("state directory", global_settings["state directory"])
|
||||
lp.set("cache directory", global_settings["cache directory"])
|
||||
lp.set("binddns dir", global_settings["binddns dir"])
|
||||
|
||||
|
Reference in New Issue
Block a user