Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parentheses to the line where conn_spec == one_to_one is checked
Previously, one_to_one_cspec was a boolean if isinstance(conn_spec, dict), and a string otherwise. This was obviously a mistake. Note that everywhere further in _process_input_nodes() one_to_one_cspec is always used within an if clause, thus expecting it to be boolean.
- Loading branch information