removed return value
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user