This commit is contained in:
2017-01-24 21:10:18 -05:00
parent 3fb475936d
commit a4383616aa
+1
View File
@@ -85,6 +85,7 @@ class Project(object):
@property
def source(self):
# TODO: Should load from Pipfile.lock too.
if 'source' in self.parsed_pipfile:
return self.parsed_pipfile['source'][0]
else: