mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix indention after bunch of replacements
This commit is contained in:
@ -201,8 +201,7 @@ def _autoinstall_libs(ctx, libids_list):
|
|||||||
click.confirm(
|
click.confirm(
|
||||||
"The libraries with IDs '%s' have not been installed yet. "
|
"The libraries with IDs '%s' have not been installed yet. "
|
||||||
"Would you like to install them now?" %
|
"Would you like to install them now?" %
|
||||||
", ".join([str(i) for i in not_intalled_libs])
|
", ".join([str(i) for i in not_intalled_libs]))):
|
||||||
)):
|
|
||||||
ctx.invoke(cmd_lib_install, libid=not_intalled_libs)
|
ctx.invoke(cmd_lib_install, libid=not_intalled_libs)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user