提交 6fb317e9 编写于 作者: W wenzhouwww@live.cn

update

上级 111460e6
...@@ -208,7 +208,7 @@ def check_memory(run_dir): ...@@ -208,7 +208,7 @@ def check_memory(run_dir):
dnode_name = stderr_file.split("/")[-3] dnode_name = stderr_file.split("/")[-3]
back_path = os.path.join(core_path,"reporter",dnode_name) back_path = os.path.join(core_path,"reporter",dnode_name)
if not os.path.exists(back_path): if not os.path.exists(back_path):
os.mkdir(back_path) os.system("mkdir -p %s"%back_path)
if grep_res: if grep_res:
os.system("cp %s %s"%(stderr_file , back_path)) os.system("cp %s %s"%(stderr_file , back_path))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册