summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-04-28 09:10:05 +0100
committerGitHub <noreply@github.com>2020-04-28 09:10:05 +0100
commit4ddf6437877514796d40b03f5ceeb7d8035450aa (patch)
treef2fc6a3fd5f47321152dbf1ec9fe3e1874081098 /docs/changelog
parent40c0ad3878c3a55d2c890dd99fd1cb864a8f160f (diff)
downloadvirtualenv-4ddf6437877514796d40b03f5ceeb7d8035450aa.tar.gz
Handle poison interpreters during discovery (#1790)
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/1781.bugfix.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/1781.bugfix.rst b/docs/changelog/1781.bugfix.rst
new file mode 100644
index 0000000..7231fb5
--- /dev/null
+++ b/docs/changelog/1781.bugfix.rst
@@ -0,0 +1,2 @@
+Do not stop interpreter discovery if we fail to find the system interpreter for a executable during discovery
+- by :user:`gaborbernat`.