Skip to content

Conversation

@ewohnlich
Copy link
Contributor

@ewohnlich ewohnlich commented Feb 4, 2025

Fixes #62

What's your change log policy here, do you want me to edit CHANGES.md?

Add exception per #62
except FileNotFoundError:
raw_version = ""
except PermissionError:
raw_version = ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, but you could also change line 19 to except (FileNotFoundError, PermissionError):

@davisagli
Copy link
Member

@ewohnlich Thanks. CHANGES.md is updated automatically at release time from the towncrier entries in the news folder. See https://6.docs.plone.org/contributing/index.html#change-log-entry

@davisagli
Copy link
Member

@ewohnlich I edited the PR description to say "fixes #62" so that the issue will get automatically closed when I merge. Thanks for the fix.

@davisagli davisagli merged commit 30e557d into main Feb 4, 2025
6 checks passed
@davisagli davisagli deleted the fix_62 branch February 4, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Permission error when docker not found

3 participants