diff --git a/tools/esx/guest_tool.py b/tools/esx/guest_tool.py index e7b742cc0f..9876be7a4f 100644 --- a/tools/esx/guest_tool.py +++ b/tools/esx/guest_tool.py @@ -350,7 +350,7 @@ def _set_ubuntu_networking(network_details=None): interface_file.write('\naddress %s\n' % ip_address) logging.debug(_("Successfully configured NIC %(device)d with " "NIC info %(detail)s"), {'device': device, - 'detail': network_detail)) + 'detail': network_detail}) interface_file.close() if all_dns_servers: