additional parameters don't cause config errors
Closed this issue · 0 comments
kireet commented
something like this won't cause an error:
{
"item": {
"_name": "Foo",
"param":"$bar"
}
}
even if Foo.__init__
doesn't have an input parameter param
. this can lead to hard to find typo config bugs.