Use isolated library dependency storage per project build environment // Resolve #1696

This commit is contained in:
Ivan Kravets
2019-05-23 00:23:24 +03:00
parent e7d75d1412
commit 21e2ac6695
12 changed files with 207 additions and 127 deletions

View File

@@ -54,5 +54,5 @@ def cli(ctx, core_packages, only_check, dry_run):
click.echo()
click.echo("Library Manager")
click.echo("===============")
ctx.obj = LibraryManager()
ctx.obj = [LibraryManager().package_dir]
ctx.invoke(cmd_lib_update, only_check=only_check)