Fix typo in PipenvProject.assert_has_lockfile

This commit is contained in:
Don Kim
2018-01-11 10:19:25 +09:00
parent 778131b176
commit c84a21e2b5
+1 -1
View File
@@ -76,7 +76,7 @@ class PipenvProject(object):
def assert_has_lockfile(self):
"""Asserts that the Pipfile.lock exists."""
assert os.path.isfile(self._pipfile_path)
assert os.path.isfile(self._lockfile_path)
def _get_section_of_pipfile(self, section, target):
def gen():