Skip to content

Commit 098f367

Browse files
authored
Dataset.get_remote_datasets: use query filters (#787)
1 parent a9657f1 commit 098f367

File tree

3 files changed

+53
-123
lines changed

3 files changed

+53
-123
lines changed

webknossos/examples/remote_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main() -> None:
2020

2121
# Print the first 10 dataset names from your organization:
2222
print()
23-
print("First 10 datasets for own organization:")
23+
print(f"First 10 datasets (of {len(own_remote_datasets)}) for own organization:")
2424
for dataset_name in sorted(own_remote_datasets)[:10]:
2525
print("*", dataset_name)
2626

0 commit comments

Comments
 (0)