niceities

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-28 19:36:59 -04:00
parent 9565e90c36
commit 8b3a0a0c2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -713,7 +713,7 @@ def do_install_dependencies(
c.block()
if 'Ignoring' in c.out:
click.echo(crayons.yellow(c.out))
click.echo(crayons.yellow(c.out.strip()))
if verbose:
click.echo(crayons.blue(c.out or c.err))
+1 -1
View File
@@ -469,7 +469,7 @@ def resolve_deps(deps, which, which_pip, project, sources=None, verbose=False, p
d.update({'index': index})
if markers:
d.update({'markers': markers})
d.update({'markers': markers.replace('"', "'")})
results.append(d)