clusterrunner.conf permission check doesn't work on Windows
Open
enhancement
- Dominant language
- Python
- Stars
- 184
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
It's possible to set file permission on windows to allow only the owner to read & write the file, but `stat.S_IMODE(os.stat(self._filename).st_mode)` would be able to give us the accurate file permission on Windows.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.