removed return value

This commit is contained in:
2026-06-05 12:32:19 +02:00
parent 2f30e8ab19
commit 758cdfbbb6
-4
View File
@@ -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