Skip to content

Commit

Permalink
Merge with PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus committed Sep 24, 2024
2 parents 7d9d4bb + 0a9d2fa commit 66f1f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/grass/app/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ def lock_mapset(mapset_path, force_lock_removal, message_callback):
certain states. Specifically, the function is called when forcibly unlocking the
mapset.
Assumes that the runtime is setup (specifically that GISBASE is in the environment).
Assumes that the runtime is set up (specifically that GISBASE is in
the environment).
"""
if not os.path.exists(mapset_path):
raise MapsetLockingException(_("Path '{}' doesn't exist").format(mapset_path))
Expand Down

0 comments on commit 66f1f0d

Please sign in to comment.