Skip to content

Commit 67dbf84

Browse files
authored
update to clean_up() call (#2301)
1 parent 514f8f5 commit 67dbf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_resources/node_network_configuration_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def clean_up(self):
312312
except Exception as exp:
313313
self.logger.error(exp)
314314

315-
super().clean_up()
315+
return super().clean_up()
316316

317317
def _absent_interface(self):
318318
for _iface in self.desired_state["interfaces"]:

0 commit comments

Comments
 (0)