Bit of cleanup for to_csv

This commit is contained in:
Watchful1 2024-02-04 20:32:03 -08:00
parent 591c4a21f6
commit 09334829f6
4 changed files with 39 additions and 13 deletions

View file

@ -8,7 +8,7 @@ log = discord_logging.init_logging()
if __name__ == "__main__":
input_path = r"\\MYCLOUDPR4100\Public\reddit\comments\RC_2023-09.zst"
input_path = r"\\MYCLOUDPR4100\Public\reddit\submissions\RS_2023-04.zst"
input_file_paths = []
if os.path.isdir(input_path):