Skip to content

Commit

Permalink
correct variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Apr 11, 2024
1 parent acfcac9 commit 3c30300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/stac/eo3/_eo3converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _to_dataset(
"lineage": {},
}

return Dataset(product, prep_eo3(ds_doc), uris=[item.href])
return Dataset(product, prep_eo3(ds_doc), uris=[item.href if not None else ""])


def _item_to_ds(
Expand Down

0 comments on commit 3c30300

Please sign in to comment.