We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308202c commit 245a035Copy full SHA for 245a035
scripts/register.py
@@ -231,7 +231,9 @@ def remove_xarray_integration(item: Item) -> None:
231
removed_count += 1
232
233
# Remove alternate xarray configurations
234
- if "alternate" in asset.extra_fields and isinstance(asset.extra_fields["alternate"], dict):
+ if "alternate" in asset.extra_fields and isinstance(
235
+ asset.extra_fields["alternate"], dict
236
+ ):
237
if asset.extra_fields["alternate"].pop("xarray", None):
238
239
# Remove empty alternate section
0 commit comments