[MERGED] osmo-gsm-tester[master]: ofono_client: drop explicit exception catching

2017-05-05 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: ofono_client: drop explicit exception catching .. ofono_client: drop explicit exception catching For some reason the code there catches exceptions ha

osmo-gsm-tester[master]: ofono_client: drop explicit exception catching

2017-05-05 Thread Pau Espin Pedrol
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2485 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ida7731ed6ff3cad44ff437137abe2d6a424fcaa4 Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch: master

[PATCH] osmo-gsm-tester[master]: ofono_client: drop explicit exception catching

2017-05-05 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/2485 ofono_client: drop explicit exception catching For some reason the code there catches exceptions happening while interfaces are being established. That's not a good idea, drop it. Related: OS#2220 Change-Id: Ida7731ed6ff3cad44ff437137abe2d6a424fcaa4 --