We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef4acc commit 64fd79aCopy full SHA for 64fd79a
src/compas/__init__.py
@@ -212,7 +212,7 @@ def get(filename):
212
if os.path.exists(localpath):
213
return localpath
214
else:
215
- return "https://github.com/compas-dev/compas/raw/main/samples/{}".format(filename)
+ return "https://raw.githubusercontent.com/compas-dev/compas/main/src/compas/data/samples/{}".format(filename)
216
217
218
def get_bunny(localstorage=None):
0 commit comments