Loading bin/rebuilderd_stats.py +5 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,11 @@ def main() -> None: messages_packages = {k: v for k, v in messages_packages.items() if v} # Remove empty categories if args.cache.name: try: with open(args.cache, "wb") as fb: dump((hash_key, cache_new), fb) except OSError: pass db_size = path.getsize(args.db) with args.datefile.open("w") as outfile: Loading Loading
bin/rebuilderd_stats.py +5 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,11 @@ def main() -> None: messages_packages = {k: v for k, v in messages_packages.items() if v} # Remove empty categories if args.cache.name: try: with open(args.cache, "wb") as fb: dump((hash_key, cache_new), fb) except OSError: pass db_size = path.getsize(args.db) with args.datefile.open("w") as outfile: Loading