import os
# Ensure the file is properly saved locally on the server environment
local_file_path = "/mnt/data/Sustainable_Business_Practices_Presentation_Fix.pptx"
presentation.save(local_file_path)
# Check if the file exists and confirm success
os.path.exists(local_file_path)