cbourjau/nittygriddy

Run list has to be string where the runs are separated with ", "

Closed this issue · 1 comments

Currently, a run list has to be provided as e.g., --run_list="123455, 123457". The string is passed through straight to the grid-plugin which expects this particular format (with the SPACES). Nittygriddy should accept any reasonable format on the cli, though.

Fixed in commit dc849cc