Skip to content

Commit c7b23e6

Browse files
Fix del_construct by returning del'd construct as in cfdm
1 parent c7e07cd commit c7b23e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cf/mixin/fielddomain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,8 @@ def del_construct(self, *identity, default=ValueError(), **filter_kwargs):
25092509
f"({key}), so it was removed from the cyclic() axes set."
25102510
)
25112511

2512+
return deld_construct
2513+
25122514
def set_coordinate_reference(
25132515
self, coordinate_reference, key=None, parent=None, strict=True
25142516
):

0 commit comments

Comments
 (0)