Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-11 14:18:01 -04:00
parent 2ba923cdea
commit 5c4ecf0034
-1
View File
@@ -653,7 +653,6 @@ def do_lock(verbose=False):
except IndexError:
pass
# Run the PEP 508 checker in the virtualenv, add it to the lockfile.
cmd = '"{0}" {1}'.format(which('python'), shellquote(pep508checker.__file__.rstrip('cdo')))
c = delegator.run(cmd)