We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6f8b6 commit a48a155Copy full SHA for a48a155
src/actinia/strds.py
@@ -130,7 +130,7 @@ def get_strds_raster_layers(
130
possible_status,
131
),
132
)
133
- if "Dataset is empty" in resp["stderr"]:
+ 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 = {}
136
# All other cases with status 400 should raise an error
0 commit comments