rename tf_reddit_comments.py step1.
This commit is contained in:
parent
78ab514d6b
commit
39fde9884e
@ -171,7 +171,7 @@ def gen_task_list():
|
|||||||
with open("tf_task_list",'w') as outfile:
|
with open("tf_task_list",'w') as outfile:
|
||||||
for f in files:
|
for f in files:
|
||||||
if f.endswith(".parquet"):
|
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__":
|
if __name__ == "__main__":
|
||||||
fire.Fire({"gen_task_list":gen_task_list,
|
fire.Fire({"gen_task_list":gen_task_list,
|
||||||
|
Loading…
Reference in New Issue
Block a user