We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f852a0 commit 695774aCopy full SHA for 695774a
1 file changed
workflow/src/legenddataflow/scripts/par/geds/pht/fast.py
@@ -257,7 +257,10 @@ def par_geds_pht_fast() -> None:
257
save_dict_to_files(
258
sorted(args.hit_pars),
259
{
260
- tstamp: {"pars": {"operations":cal_dicts[tstamp]}, "results": results_dicts[tstamp]}
+ tstamp: {
261
+ "pars": {"operations": cal_dicts[tstamp]},
262
+ "results": results_dicts[tstamp],
263
+ }
264
for tstamp in cal_dicts
265
},
266
)
0 commit comments