mirror of
https://github.com/kennethreitz/pipenvlib.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #4 from dgkim5360/fix-typo
Fix typo in PipenvProject.assert_has_lockfile
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user