Commit 86fc551
authored
Improve handling of the %run magic for local runs (#1612)
## Changes
- Strip quotes around filenames
- Use raw strings for the project root and filename (avoid unicode
issues for paths with `\u` sequences - e.g. `\User\***` on Windows)
Fixes #1611
## Tests
Existing integ tests1 parent d533397 commit 86fc551
File tree
1 file changed
+3
-2
lines changed- packages/databricks-vscode/resources/python
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
327 | | - | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
0 commit comments