We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05c66c commit 603ec87Copy full SHA for 603ec87
src/actinia/mapset.py
@@ -678,7 +678,8 @@ def delete_strds(self, strds_name: str) -> None:
678
if strds_name not in self.get_strds():
679
log.warning(
680
f"SpaceTimeRasterDataset <{strds_name}> does not exist"
681
- " in mapset {self.name} and cannot be deleted.")
+ " in mapset {self.name} and cannot be deleted."
682
+ )
683
return
684
url = (
685
f"{self.__actinia.url}/locations/{self.__location_name}/"
0 commit comments