Fix indention after bunch of replacements

This commit is contained in:
Ivan Kravets
2016-01-01 21:15:23 +02:00
parent af85f76f9a
commit 628c54e0c6

View File

@ -201,8 +201,7 @@ def _autoinstall_libs(ctx, libids_list):
click.confirm(
"The libraries with IDs '%s' have not been installed yet. "
"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)