Skip to content

Commit 1ae0762

Browse files
Merge pull request #47 from jeromekelleher/more-refactoring3
More refactoring
2 parents 3e617bb + 64b0ca7 commit 1ae0762

File tree

3 files changed

+130
-131
lines changed

3 files changed

+130
-131
lines changed

bio2zarr/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def set_progress(value):
179179
def progress_thread_worker(config):
180180
pbar = tqdm.tqdm(
181181
total=config.total,
182-
desc=config.title,
182+
desc=f"{config.title:>7}",
183183
unit_scale=True,
184184
unit=config.units,
185185
smoothing=0.1,

0 commit comments

Comments
 (0)