We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 873fdd4 + 544cf87 commit 6bdc82dCopy full SHA for 6bdc82d
1 file changed
src/omnipkg/package_meta_builder.py
@@ -1588,12 +1588,7 @@ def run(
1588
1589
distributions_to_process = valid_distributions
1590
# ----------------------------------------------------------
1591
-
1592
- {
1593
- canonicalize_name(dist.metadata["Name"]): dist.version
1594
- for dist in distributions_to_process
1595
- if self._get_install_context(dist)["install_type"] == "active"
1596
- }
+ # NOTE: Removed orphaned dict comprehension that was causing hangs
1597
1598
all_packages_to_scan = {}
1599
for dist in distributions_to_process:
0 commit comments