Commit a17b45a
committed
fix(client,demo): reject bool schema_mode, guard _EMBEDDED_PIP_SPEC reference
- _normalize_schema_mode: explicitly reject bool before int branch —
True/False would previously be accepted as int 1/0 silently
- notebook 03 connect cell: use globals().get('_EMBEDDED_PIP_SPEC', fallback)
so the ImportError message is actionable even when the cell runs standalone1 parent 8b7ceb4 commit a17b45a
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
515 | 517 | | |
516 | 518 | | |
517 | 519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | | - | |
| 191 | + | |
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
| |||
0 commit comments