fix: ensure newline at end of scripts

This commit is contained in:
Richard Ward
2025-07-17 11:33:29 +01:00
parent 17d00b0166
commit d0664bc95e
4 changed files with 4 additions and 4 deletions

View File

@@ -49,4 +49,4 @@ def configure_trimesh_scad():
input("Press Enter to continue...")
if __name__ == "__main__":
configure_trimesh_scad()
configure_trimesh_scad()

View File

@@ -72,4 +72,4 @@ if __name__ == "__main__":
logging.info("OpenSCAD installation process completed")
print("Please ensure OpenSCAD is added to your system PATH.")
print("You may need to restart your command prompt or system for changes to take effect.")
input("Press Enter to continue...")
input("Press Enter to continue...")

View File

@@ -50,4 +50,4 @@ if __name__ == "__main__":
configure_trimesh_scad()
logging.info("All installation processes completed")
print("\n✅ All dependencies and OpenSCAD configured (manual trimesh configuration may be required).")
input("Press Enter to continue...")
input("Press Enter to continue...")

View File

@@ -51,4 +51,4 @@ if __name__ == "__main__":
f.write(download_url)
logging.info(f"Saved download URL to openscad_download_url.txt")
print(f"Download URL saved to openscad_download_url.txt")
input("Press Enter to continue...")
input("Press Enter to continue...")