Commit f5b6f3a
committed
Only use venv, .venv, env or .env if it's a directory
Should solve https://github.com/mfussenegger/nvim-dap-python/issues/126
Maybe this is good enough - another option would be to double check the
if the python path exists, but that would add some extra workload.1 parent 091e4ae commit f5b6f3a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments