mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04: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:
@@ -210,7 +210,7 @@ class cmd_sites_subnet_set_site(Command):
|
||||
(subnetname, site_of_subnet, e))
|
||||
|
||||
print(("Subnet %s shifted to site %s" %
|
||||
(subnetname, site_of_subnet)), file=self.outf)
|
||||
(subnetname, site_of_subnet)), file=self.outf)
|
||||
|
||||
|
||||
class cmd_sites_subnet(SuperCommand):
|
||||
|
||||
Reference in New Issue
Block a user