fix which for project

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-02 12:58:39 -05:00
parent cee66d272f
commit 576bf61de4
+1 -1
View File
@@ -36,7 +36,7 @@ if PIPENV_PIPFILE:
class Project(object):
"""docstring for Project"""
def __init__(self, which, chdir=True):
def __init__(self, which=None, chdir=True):
super(Project, self).__init__()
self._name = None
self._virtualenv_location = None