summaryrefslogtreecommitdiff
path: root/python/collaboration/examples/download_everything.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collaboration/examples/download_everything.py')
-rw-r--r--python/collaboration/examples/download_everything.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collaboration/examples/download_everything.py b/python/collaboration/examples/download_everything.py
index a3f908aa..8740fca3 100644
--- a/python/collaboration/examples/download_everything.py
+++ b/python/collaboration/examples/download_everything.py
@@ -40,7 +40,7 @@ def main():
# Pull every file from every project
for project in remote.projects:
for file in project.files:
- bndb_path = file.default_bndb_path
+ bndb_path = file.default_path
print(f"{project.name}/{file.name} BNDB at {bndb_path}")
try: