diff --git a/stand/api.py b/stand/api.py index 847bbcf..11c6b21 100644 --- a/stand/api.py +++ b/stand/api.py @@ -51,12 +51,8 @@ def append_run(beamline: Beamline, pgroup: PGroup, run: int, entries: dict[str, row = {"run": run, **row} # setdefault would not force run to be the first column - res = [] for grid in grids[pgroup]: grid.append(row) - res.append(grid.options) - - return res