Skip to content

Commit 695774a

Browse files
committed
style: reformat save_dict_to_files call in pht/fast.py
1 parent 4f852a0 commit 695774a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • workflow/src/legenddataflow/scripts/par/geds/pht

workflow/src/legenddataflow/scripts/par/geds/pht/fast.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ def par_geds_pht_fast() -> None:
257257
save_dict_to_files(
258258
sorted(args.hit_pars),
259259
{
260-
tstamp: {"pars": {"operations":cal_dicts[tstamp]}, "results": results_dicts[tstamp]}
260+
tstamp: {
261+
"pars": {"operations": cal_dicts[tstamp]},
262+
"results": results_dicts[tstamp],
263+
}
261264
for tstamp in cal_dicts
262265
},
263266
)

0 commit comments

Comments
 (0)