File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737* Fixed ` compas_blender.uninstall ` .
3838* Changed ` planarity ` to optional requirement on all platforms.
3939* Changed ` numba ` to optional requirement on all platforms.
40+ * Changed raw github content path for ` compas.get ` .
4041
4142### Removed
4243
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def get(filename):
212212 if os .path .exists (localpath ):
213213 return localpath
214214 else :
215- return "https://github. com/compas-dev/compas/raw/ main/samples/{}" .format (filename )
215+ return "https://raw.githubusercontent. com/compas-dev/compas/main/src/compas/data /samples/{}" .format (filename )
216216
217217
218218def get_bunny (localstorage = None ):
You can’t perform that action at this time.
0 commit comments