Skip to content

BUG: correct save perms to 644#2402

Merged
MoseleyS merged 1 commit into
masterfrom
wrong_save_perms
Jun 19, 2026
Merged

BUG: correct save perms to 644#2402
MoseleyS merged 1 commit into
masterfrom
wrong_save_perms

Conversation

@cpelley

@cpelley cpelley commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

#2397 resulted in files that are only read/writable by the user (permissions "600") rather than including read-permissions for group and all too (permissions "644"). This PR ensures the permissions are as intended.

@cpelley cpelley self-assigned this Jun 19, 2026

@jamesda70 jamesda70 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks sensible to me.

As an aside have you looked at using pathlib instead of os, for path related operations?

@cpelley

cpelley commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks sensible to me.

As an aside have you looked at using pathlib instead of os, for path related operations?

Typically, elsewhere, yes. These changes to improver save right now are minimal change bugfixes to what's already there to get the operational release across the line.

Cheers

@MoseleyS MoseleyS merged commit f2744cd into master Jun 19, 2026
7 checks passed
@MoseleyS MoseleyS deleted the wrong_save_perms branch June 19, 2026 08:45
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.

3 participants