Skip to content

Bug fix: `Run2.Config.configs` is a function

Nis Meinert requested to merge patch-2 into master

Run1.Config.configs is of type dict, whereas Run2.Config.configs is a function. Additional parentheses are thus necessary.

Merge request reports