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 2d4c184 commit 1612f7dCopy full SHA for 1612f7d
libs/unity-py/unity_sds_client/resources/stac_collection.py
@@ -76,7 +76,7 @@ def _add_file_to_dataset(self, file_path: Path, dataset: Dataset, role: str = "d
76
file_type = self._get_file_type(file_path)
77
78
# Add the data file to the dataset
79
- dataset.add_data_file(DataFile(file_type, str(file_path), [role]))
+ dataset.add_data_file(DataFile(file_type, str(file_path)), [role])
80
81
def _get_file_type(self, file_path: Path) -> str:
82
"""Determine file type based on file extension."""
0 commit comments