Skip to content

Commit

Permalink
print useful info as index is created
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Dec 16, 2024
1 parent 326bb55 commit c881287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/create-file-index.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def finish(self):
self.file.write(f"# {key}: {value}\n")

self.file.close()
print(f"Directory {self.output_path} complete, Duration: {self.meta['duration']:.2f}, Total Files: {self.meta['total_files']}, Total Size: {self.meta['total_size']}")

def get_meta(self):
"""Return the meta-metadata dictionary."""
Expand Down

0 comments on commit c881287

Please sign in to comment.