python 2.6

This commit is contained in:
2017-01-21 21:08:31 -05:00
parent 89016667dc
commit ea48ef16c1
+1 -1
View File
@@ -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!')