mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fixup! use click.echo > stderr
This commit is contained in:
+2
-1
@@ -2304,7 +2304,8 @@ def do_run(command, args, three=None, python=False, pypi_mirror=None):
|
||||
try:
|
||||
script = project.build_script(command, args)
|
||||
cmd_string = ' '.join([script.command] + script.args)
|
||||
logging.getLogger("pip").info("Run: '{0}'".format(cmd_string))
|
||||
if environments.is_verbose():
|
||||
click.echo(crayons.normal("Run: {0}".format(cmd_string)), err=True)
|
||||
except ScriptEmptyError:
|
||||
click.echo("Can't run script {0!r}-it's empty?", err=True)
|
||||
if os.name == "nt":
|
||||
|
||||
Reference in New Issue
Block a user