提交 c6cd0de1 编写于 作者: M MaoXianxin

fix code

上级 bfaa69a5
......@@ -26,5 +26,6 @@ for index, group_project in enumerate(zip(csv2['group_name'], csv2['project_name
mirrors_needed = pd.DataFrame.from_dict({'group_name': add_group_list, 'project_name': add_project_list, 'project path': add_project_path})
mirrors_needed = mirrors_needed.dropna(how='any')
mirrors_needed.to_csv('mirrors_needed.csv', columns=['group_name', 'project_name', 'project path'], index=False)
print(len(mirrors_needed))
\ No newline at end of file
#!/bin/bash
python mirror_group_project_extract.py
python add_group_project_name.py
python csv_split_80%.py
python mirrors_needed.py
# python mirror_automate.py
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册