Skip to content

Commit

Permalink
Add desc to Ebrains query progress
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Mar 6, 2025
1 parent 54c1a2a commit e9e5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siibra/livequeries/ebrains.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def query(self, region: "Region"):
invalid_species_datasets = {}
results = self.loader.data.get("results", [])

for r in siibra_tqdm(results, total=len(results)):
for r in siibra_tqdm(results, total=len(results), unit='dataset', desc=f'Matching datasets to "{region}"'):
regionname = r.get("name", None)
alias = r.get("alias", None)
for ds_spec in r.get("datasets", []):
Expand Down

0 comments on commit e9e5f0e

Please sign in to comment.