Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocp_resources/node_network_configuration_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]:
Expand Down