Skip to content
Snippets Groups Projects
Commit de59f7df authored by Maël Madon's avatar Maël Madon
Browse files

dev: added session# in _jobs.csv output

parent e4ffe735
No related branches found
No related tags found
1 merge request!2Feature "replay with feedback" ready and tested
......@@ -528,6 +528,7 @@ Session *Parser::session_from_json_object(string user_name, const Value &object,
PPK_ASSERT_ERROR(j->submission_time >= sub_time,
"Invalid SABjson file: 'jobs' should be ordered inside a session");
sub_time = j->submission_time;
j->id = j->id + ":s" + to_string(s->id);
j->session = s;
s->jobs.push_back(j);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment