From 39fde9884e296e5aa4678d1220345f0cc964797f Mon Sep 17 00:00:00 2001 From: Nate E TeBlunthuis Date: Tue, 4 Aug 2020 13:39:20 -0700 Subject: [PATCH] rename tf_reddit_comments.py step1. --- tf_reddit_comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_reddit_comments.py b/tf_reddit_comments.py index 3596062..85eebec 100644 --- a/tf_reddit_comments.py +++ b/tf_reddit_comments.py @@ -171,7 +171,7 @@ def gen_task_list(): with open("tf_task_list",'w') as outfile: for f in files: if f.endswith(".parquet"): - outfile.write(f"python3 tf_reddit_comments.py weekly_tf {f}\n") + outfile.write(f"source python3 tf_comments.py weekly_tf {f}\n") if __name__ == "__main__": fire.Fire({"gen_task_list":gen_task_list, -- 2.39.2