Commit a0242d70 authored by wangdawei's avatar wangdawei

test

parent dc66d161
......@@ -57,7 +57,9 @@ int main(int argc, char *argv[])
LOG(WARNING) << outputPath << " load fail!";
return 0;
}
ofs << crossTasks.back() << std::endl;
for(string task : crossTasks){
ofs << task << std::endl;
}
ofs.close();
return 1;
}
......
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