Commit 305b209
python: Don't exit immediately on discovery fail.
In the example, when ctrl.discover() fails, we should not invoke
sys.exit() immediately, but instead allow the ctrl.disconnect()
to be invoked.
Signed-off-by: Martin Belanger <martin.belanger@dell.com>1 parent c2a6993 commit 305b209
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments