Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #546, etc. Tweak networkutil.py, for debuggability
We often hit errors wrt not being able to see ganache in barge. Like in #546. Which is this line. However this line does two things: get the network_name, then try to connect. This hurts debuggability. To improve debuggability: split the two actions into two separate lines.
- Loading branch information