Skip to content

Commit a842aec

Browse files
committed
return list
1 parent a48a155 commit a842aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actinia/strds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_strds_raster_layers(
132132
)
133133
if "Dataset is empty" in str(resp["process_log"]):
134134
log.info("No raster layer found in STRDS <%s>.", self.name)
135-
self.raster_layers = {}
135+
self.raster_layers = []
136136
# All other cases with status 400 should raise an error
137137
elif resp["http_code"] == possible_status:
138138
error_msg = "Request failed with the following response:\n%s"

0 commit comments

Comments
 (0)