From b04a6d88cf44f748fbae8919c83aafa5630b45ef Mon Sep 17 00:00:00 2001 From: dbasunag Date: Tue, 28 Jan 2025 12:26:41 -0500 Subject: [PATCH] update to clean_up() call --- ocp_resources/node_network_configuration_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_resources/node_network_configuration_policy.py b/ocp_resources/node_network_configuration_policy.py index 115b0ae2df..b9f21e2f0b 100644 --- a/ocp_resources/node_network_configuration_policy.py +++ b/ocp_resources/node_network_configuration_policy.py @@ -312,7 +312,7 @@ def clean_up(self): except Exception as exp: self.logger.error(exp) - super().clean_up() + return super().clean_up() def _absent_interface(self): for _iface in self.desired_state["interfaces"]: