Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
update ensures dir size are correct
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Jan 10, 2024
1 parent ea0cb2f commit 963a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catcli/catcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def cmd_fixsizes(top: NodeTop,
"""
noder.fixsizes(top)
catalog.save(top)
Logger.info('sizes fixed')


def cmd_rename(args: Dict[str, Any],
Expand Down Expand Up @@ -365,6 +364,7 @@ def main() -> bool:
Logger.err(f'no such catalog: {catalog_path}')
return False
cmd_update(args, noder, catalog, top)
cmd_fixsizes(top, noder, catalog)
elif args['find']:
if not catalog.exists():
Logger.err(f'no such catalog: {catalog_path}')
Expand Down

0 comments on commit 963a8b0

Please sign in to comment.