Skip to content

Bugfix: swap inputs

Sam Eadie requested to merge sameadie/sadl:swap_inputs_bugfix into master

Commit 5f140291 changed the return value of extract_dims when the node's 'value' attribute is None from None to [] without handling all uses of this function.

Merge request reports