WIP
This commit is contained in:
parent
91f18e46a3
commit
3996413a8f
@ -87,7 +87,7 @@ class MachineData():
|
|||||||
result_file.close()
|
result_file.close()
|
||||||
|
|
||||||
st = os.stat(file_path)
|
st = os.stat(file_path)
|
||||||
os.chmod(file_path, st.st_mode | stat.S_IEXEC)
|
os.chmod(file_path, 0o0777)
|
||||||
|
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print(str(ex))
|
print(str(ex))
|
||||||
|
Loading…
Reference in New Issue
Block a user