mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[gems.arch] fix: not clearing packages to delete during loops on key
This commit is contained in:
@@ -145,9 +145,9 @@ def map_packages(names: Optional[Iterable[str]] = None, remote: bool = False, si
|
||||
thread_ignored.join()
|
||||
|
||||
if ignored:
|
||||
to_del = set()
|
||||
|
||||
for key in ('signed', 'not_signed'):
|
||||
to_del = set()
|
||||
|
||||
if pkgs.get(key):
|
||||
for pkg in pkgs[key].keys():
|
||||
if pkg in ignored:
|
||||
|
||||
Reference in New Issue
Block a user