This commit is contained in:
Wojciech Janota 2022-12-28 18:01:16 +01:00
parent 3996413a8f
commit 8aab434b9f

View File

@ -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, 0o0777) os.chmod(f"{file_path}/run.sh", 0o0777)
except Exception as ex: except Exception as ex:
print(str(ex)) print(str(ex))