Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e72f999

Browse files
authored
roles is already an array, removed "array of array" (#74)
1 parent 746b930 commit e72f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unity_sds_client/resources/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def to_stac(collection, data_dir):
132132
href = item_location,
133133
title = "{} file".format(df.type),
134134
description = "",
135-
roles = [df.roles]
135+
roles = df.roles
136136
)
137137
)
138138

0 commit comments

Comments
 (0)