Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Neteler <[email protected]>
  • Loading branch information
anikaweinmann and neteler authored Dec 7, 2023
1 parent 9fb39d4 commit 4be75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actinia/mapset.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def delete_mapset_request(cls, mapset_name, location_name, actinia, auth):
)
if mapset_name not in existing_mapsets:
log.warning(
f"Mapset <{mapset_name}> does not exists an cannot be deleted."
f"Mapset <{mapset_name}> does not exist and cannot be deleted."
)
return None

Expand Down

0 comments on commit 4be75fe

Please sign in to comment.