mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
This commit is contained in:
@@ -879,6 +879,7 @@ def check():
|
||||
try:
|
||||
assert results[marker] == specifier
|
||||
except AssertionError:
|
||||
failed = True
|
||||
click.echo('Specifier {0} does not match {1}.'.format(crayons.red(marker), crayons.blue(specifier)))
|
||||
if failed:
|
||||
click.echo(crayons.red('Failed!'))
|
||||
|
||||
Reference in New Issue
Block a user