Make dirs

This commit is contained in:
Watchful1 2025-01-20 20:31:29 -08:00
parent 1fa0f7a7a7
commit 85c44168e0

View file

@ -309,6 +309,8 @@ if __name__ == '__main__':
log.info(f"Processing complete, combining {len(input_files)} result files")
if not os.path.exists(args.monthly_count_folder):
os.makedirs(args.monthly_count_folder)
input_lines = 0
files_counted = 0
monthly_count_folder_paths = []