This commit is contained in:
2017-01-30 12:57:57 -05:00
parent 72b5b520a1
commit d55e13842d
+1
View File
@@ -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!'))