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

python sites/subnets: correctly spell variable name

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall
2017-03-09 14:55:32 +13:00
committed by Andrew Bartlett
parent cedb991e6f
commit b7cd0f2843

View File

@@ -209,7 +209,7 @@ class cmd_sites_subnet_set_site(Command):
(subnetname, site_of_subnet, e))
print >> self.outf, ("Subnet %s shifted to site %s" %
(subnet_name, site_of_subnet))
(subnetname, site_of_subnet))
class cmd_sites_subnet(SuperCommand):