Skip to content

Commit

Permalink
Fix default_runner returning nil if pyproject.toml exists (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
plied authored Aug 19, 2024
1 parent d777c2b commit 7c427e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dap-python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ local function default_runner()
end
f:close()
end
return 'unittest'
else
return 'unittest'
end
Expand Down

0 comments on commit 7c427e2

Please sign in to comment.