mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix which for project
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user