We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48a155 commit a842aecCopy full SHA for a842aec
src/actinia/strds.py
@@ -132,7 +132,7 @@ def get_strds_raster_layers(
132
)
133
if "Dataset is empty" in str(resp["process_log"]):
134
log.info("No raster layer found in STRDS <%s>.", self.name)
135
- self.raster_layers = {}
+ self.raster_layers = []
136
# All other cases with status 400 should raise an error
137
elif resp["http_code"] == possible_status:
138
error_msg = "Request failed with the following response:\n%s"
0 commit comments