tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Bugfix on get_pid when p.info["name"] is None #174

Closed kdmukai closed 4 years ago

kdmukai commented 5 years ago

Bugfix

On my MacBook I get: `TypeError: argument of type 'NoneType' is not iterable``` whenget_pid` is called.

It seems I have at least one process running whose p.info["name"] gets reported as None.

Adding a simple check to pass this case.

No.

jonericcook commented 5 years ago

Excited to see this fixed!

kdmukai commented 5 years ago

Excited to see this fixed!

If you don't want to wait for the PR to get merged, the changes are super trivial and easy to just manually modify your local copy.