Skip to content

Commit

Permalink
add comment to clarify logging.info
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Goscinski <alex.goscinski@posteo.de>
  • Loading branch information
khsrali and agoscinski authored Sep 17, 2024
1 parent cc62561 commit 7a039f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiida/cmdline/commands/cmd_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def storage_maintain(ctx, full, no_repack, force, dry_run, compress):
return

if STORAGE_LOGGER.level <= logging.REPORT:
# Only keep the first tqdm bar if it is info. To keep the nested bar information one needs report level
set_progress_bar_tqdm(leave=STORAGE_LOGGER.level <= logging.INFO)
else:
set_progress_reporter(None)
Expand Down

0 comments on commit 7a039f7

Please sign in to comment.