Skip to content

Commit 7c427e2

Browse files
authored
Fix default_runner returning nil if pyproject.toml exists (#155)
1 parent d777c2b commit 7c427e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/dap-python.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ local function default_runner()
3838
end
3939
f:close()
4040
end
41+
return 'unittest'
4142
else
4243
return 'unittest'
4344
end

0 commit comments

Comments
 (0)