Commit 85af43f
authored
Avoid sys.exit in the jupyter init scripts (#1702)
## Changes
Init scripts apply to all jupyter notebooks on the system, and for
non-databricks projects we should not exit the kernel process.
Fixes:
#1688
## Tests
Manually and existing e2e tests for dbconnect1 parent 77667a1 commit 85af43f
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
605 | 608 | | |
606 | 609 | | |
607 | 610 | | |
608 | 611 | | |
609 | | - | |
610 | | - | |
611 | 612 | | |
612 | 613 | | |
613 | 614 | | |
| |||
0 commit comments