Merge branch 'master' into check_api_override

This commit is contained in:
Dan Ryan
2018-11-03 00:24:39 -04:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@
.AppleDouble
.LSOverride
# PyCharm
.idea/
# VSCode
.vscode
+1
View File
@@ -0,0 +1 @@
Fix project path hashing logic in purpose to prevent collisions of virtual environments.
+1 -1
View File
@@ -449,7 +449,7 @@ class Project(object):
# In-project venv
# "Proper" path casing (on non-case-sensitive filesystems).
if (
fnmatch.fnmatch("A", "a")
not fnmatch.fnmatch("A", "a")
or self.is_venv_in_project()
or get_workon_home().joinpath(venv_name).exists()
):