Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look-up mated connectors before mate processing (#358)
Symptom reported in #355: Unable to connect an arrow (mate) to pins higher than 1 without failing: ValueError: X is not in list Bug: The code processing mates used a mix of repeated connector look-ups and local connector variables, and one variable was used before it was assigned the correct value. Fix: The local connector variables are now both assigned initially before processing each mate, and used when processing instead of repeated connector look-ups.
- Loading branch information