Kaydet (Commit) eb4993ac authored tarafından Faik Uygur's avatar Faik Uygur

Intersection is intersection.

üst 37a960c9
......@@ -427,7 +427,7 @@ def configure_pending(packages=None):
if not packages:
packages = installdb.list_pending()
else:
packages = set(packages) and set(installdb.list_pending())
packages = set(packages).intersection(installdb.list_pending())
order = generate_pending_order(packages)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment