]> code.communitydata.science - cdsc_reddit.git/blobdiff - tf_reddit_comments.py
rename tf_reddit_comments.py step1.
[cdsc_reddit.git] / tf_reddit_comments.py
index 3596062f318a1acc458a50d49a7e6b25cf55400a..85eebecc5d6ceed9482b13241d3420ae61d4bfe5 100644 (file)
@@ -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,

Community Data Science Collective || Want to submit a patch?