mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-24 07:10:46 -04:00
Make dirs
This commit is contained in:
parent
1fa0f7a7a7
commit
85c44168e0
1 changed files with 2 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue