mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Change wording
This commit is contained in:
@ -815,7 +815,7 @@ def BuildProjectLibraries(env):
|
|||||||
print_deps_tree(lb, level + 1)
|
print_deps_tree(lb, level + 1)
|
||||||
|
|
||||||
print "Collected %d compatible libraries" % len(lib_builders)
|
print "Collected %d compatible libraries" % len(lib_builders)
|
||||||
print "Looking for dependencies..."
|
print "Scanning dependencies..."
|
||||||
|
|
||||||
project = ProjectAsLibBuilder(env, "$PROJECT_DIR")
|
project = ProjectAsLibBuilder(env, "$PROJECT_DIR")
|
||||||
project.env = env
|
project.env = env
|
||||||
|
@ -361,7 +361,7 @@ class PkgInstallerMixin(object):
|
|||||||
break
|
break
|
||||||
except Exception as e: # pylint: disable=broad-except
|
except Exception as e: # pylint: disable=broad-except
|
||||||
click.secho("Warning! Package Mirror: %s" % e, fg="yellow")
|
click.secho("Warning! Package Mirror: %s" % e, fg="yellow")
|
||||||
click.secho("Looking for other mirror...", fg="yellow")
|
click.secho("Looking for another mirror...", fg="yellow")
|
||||||
|
|
||||||
if versions is None:
|
if versions is None:
|
||||||
raise exception.UnknownPackage(name)
|
raise exception.UnknownPackage(name)
|
||||||
|
Reference in New Issue
Block a user