Skip to content

Commit 854f4da

Browse files
authored
Merge branch 'main' into blender-3_1
2 parents 2362b44 + a03683e commit 854f4da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/compas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

218218
def get_bunny(localstorage=None):

0 commit comments

Comments
 (0)