From d9124497d331d7e12789f07570ae36e089c9d09c Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 15 Sep 2025 08:30:01 -0400 Subject: [PATCH] BIM: Update shapefile import URL to latest version Fixes #23911 --- src/Mod/BIM/importers/importSHP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/importers/importSHP.py b/src/Mod/BIM/importers/importSHP.py index 27ed3cc2c8..1aab574524 100644 --- a/src/Mod/BIM/importers/importSHP.py +++ b/src/Mod/BIM/importers/importSHP.py @@ -127,7 +127,7 @@ def checkShapeFileLibrary(): try: import shapefile except Exception: - url = "https://raw.githubusercontent.com/GeospatialPython/pyshp/master/shapefile.py" + url = "https://raw.githubusercontent.com/GeospatialPython/pyshp/refs/heads/master/src/shapefile.py" if FreeCAD.GuiUp: import urllib.request import FreeCADGui