emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape 8d7a979a56 2/9: Use python instead of default pyth


From: ELPA Syncer
Subject: [elpa] externals/dape 8d7a979a56 2/9: Use python instead of default python3 in debugpy #29
Date: Wed, 20 Dec 2023 12:57:43 -0500 (EST)

branch: externals/dape
commit 8d7a979a56601277b578f0cd0e533d0717d1c198
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Use python instead of default python3 in debugpy #29
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index b4e00f49fc..0a9f8eaf0a 100644
--- a/dape.el
+++ b/dape.el
@@ -113,7 +113,7 @@
                           (format "%s -c \"import debugpy.adapter\"" python)))
                   (user-error "%s module debugpy is not installed" python))))
      fn (dape-config-autoport dape-config-tramp)
-     command "python3"
+     command "python"
      command-args ("-m" "debugpy.adapter" "--host" "0.0.0.0" "--port" 
:autoport)
      port :autoport
      :request "launch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]