ClusterRunner
ClusterRunner copied to clipboard
clusterrunner.conf permission check doesn't work on Windows
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.