Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Add exception per #62
  • Loading branch information
ewohnlich authored Feb 4, 2025
1 parent 1012dd2 commit cfb213e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookieplone/utils/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def _get_command_version(cmd: str) -> str:
)
except FileNotFoundError:
raw_version = ""
except PermissionError:
raw_version = ""
return raw_version


Expand Down

0 comments on commit cfb213e

Please sign in to comment.