This commit is contained in:
Wojciech Janota 2022-12-28 17:52:59 +01:00
parent 91f18e46a3
commit 3996413a8f

View File

@ -87,7 +87,7 @@ class MachineData():
result_file.close()
st = os.stat(file_path)
os.chmod(file_path, st.st_mode | stat.S_IEXEC)
os.chmod(file_path, 0o0777)
except Exception as ex:
print(str(ex))