Commit 4456e28d authored by limingbo's avatar limingbo

test

parent dd33b6e3
......@@ -33,7 +33,7 @@ void getCrossTasks(
LOG(WARNING) << "currTask getTaskInfo fail!";
return;
}
allTaskInfo.push_back(taskInfo);
allTaskInfo.insert(allTaskInfo.begin(), taskInfo);
for(size_t i = 1; i < allTask.size(); i++){
string task = allTask[i];
if(boost::filesystem::path(task).filename().string() ==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment