From 2623732719499315844444663243176709658784 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 16 Jul 2024 13:10:16 -0400 Subject: Update api usage in the other collaboration examples --- python/collaboration/examples/download_everything.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/collaboration/examples/download_everything.py') 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: -- cgit v1.3.1