From 024eb9f773d716e041f064c669690e0e2a727877 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 18 Sep 2017 14:10:07 -0400 Subject: Minor fixes to clean Also adds hidden files (like IDE configs) to gitignore Change-Id: Ief595c41c5b4f0fe058f7b774f7a2aefdab733a4 Signed-off-by: Tim Rozet --- apex/network/jumphost.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apex/network/jumphost.py') diff --git a/apex/network/jumphost.py b/apex/network/jumphost.py index 96b06cba..c28c105e 100644 --- a/apex/network/jumphost.py +++ b/apex/network/jumphost.py @@ -297,6 +297,7 @@ def remove_ovs_bridge(network): "ifcfg-{}".format(bridge)) if os.path.isfile(bridge_ifcfg_file): os.remove(bridge_ifcfg_file) - logging.debug("Bridge ifcfg file removed: {}".format) + logging.debug("Bridge ifcfg file removed: {}".format( + bridge_ifcfg_file)) else: logging.debug('Bridge ifcfg file not found') -- cgit 1.2.3-korg