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.
1 parent 6c6d500 commit aeb1aa0Copy full SHA for aeb1aa0
src/omnipkg/core.py
@@ -12776,11 +12776,6 @@ def smart_uninstall(
12776
for version in versions_to_check:
12777
if version not in final_versions_on_disk:
12778
safe_print(f" -> Last instance of v{version} removed. Updating package version list.")
12779
- if version not in final_versions_on_disk:
12780
- safe_print(f" -> Last instance of v{version} removed. Updating package version list.")
12781
- self.cache_client.srem(versions_set_key, version)
12782
-
12783
- if not post_deletion_installations:
12784
safe_print(
12785
f" -> No installations of '{c_name}' remain. Removing package from KB index."
12786
)
0 commit comments