From 688016f8a088e4cfb178383a6ea151d298638fcd Mon Sep 17 00:00:00 2001 From: Taz Brown Date: Thu, 21 Mar 2019 20:05:08 -0500 Subject: [PATCH] whitespace fix to nmcli (#51079) --- lib/ansible/modules/net_tools/nmcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/nmcli.py b/lib/ansible/modules/net_tools/nmcli.py index 5454e08935c..a4e0d6e1f5c 100644 --- a/lib/ansible/modules/net_tools/nmcli.py +++ b/lib/ansible/modules/net_tools/nmcli.py @@ -741,7 +741,7 @@ class Nmcli(object): except dbus.exceptions.DBusException as e: self.module.fail_json(msg="Unable to read Network Manager settings from DBus system bus: %s" % to_native(e), details="Please check if NetworkManager is installed and" - " service network-manager is started.") + "service network-manager is started.") connection_paths = settings.ListConnections() connection_list = [] # List each connection's name, UUID, and type