mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
python 2.6
This commit is contained in:
@@ -113,7 +113,7 @@ class Pipfile(object):
|
||||
|
||||
if i < max_depth:
|
||||
if 'Pipfile':
|
||||
p = '{}/Pipfile'.format(c)
|
||||
p = '{0}/Pipfile'.format(c)
|
||||
if os.path.isfile(p):
|
||||
return p
|
||||
raise RuntimeError('No Pipfile found!')
|
||||
|
||||
Reference in New Issue
Block a user