ClusterRunner icon indicating copy to clipboard operation
ClusterRunner copied to clipboard

clusterrunner.conf permission check doesn't work on Windows

Open uvdn7 opened this issue 10 years ago • 0 comments

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.

uvdn7 avatar Jun 09 '15 00:06 uvdn7