Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roo lock conservative raises exception #9

Open
stefanoborini opened this issue Dec 10, 2021 · 0 comments
Open

roo lock conservative raises exception #9

stefanoborini opened this issue Dec 10, 2021 · 0 comments

Comments

@stefanoborini
Copy link
Member

Traceback (most recent call last):
File "", line 8, in
sys.exit(main())
File "click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "click/core.py", line 782, in main
rv = self.invoke(ctx)
File "click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "roo/cli/main.py", line 244, in lock
_ensure_lock(overwrite, notifier, conservative)
File "roo/cli/main.py", line 275, in _ensure_lock
new_lock = locker.lock(rproject, old_lock, conservative)
File "roo/locker.py", line 74, in lock
resolver.resolve_full_tree(root, old_lock_tree)
File "roo/resolver.py", line 41, in resolve_full_tree
self._pre_populate_cache(root, old_tree)
File "roo/resolver.py", line 74, in _pre_populate_cache
del self.resolved_cache[dep.name]
KeyError: 'qscheck'

Seen when added qscheck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant