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 591d2ed commit c56027bCopy full SHA for c56027b
1 file changed
src/omnipkg/core.py
@@ -12780,13 +12780,9 @@ def smart_uninstall(
12780
safe_print(
12781
f" -> Last instance of v{version} removed. Updating package version list."
12782
)
12783
-=======
12784
for version in versions_to_check:
12785
if version not in final_versions_on_disk:
12786
safe_print(f" -> Last instance of v{version} removed. Updating package version list.")
12787
->>>>>>> development
12788
- main_key = f"{self.redis_key_prefix}{c_name}"
12789
- versions_set_key = f"{main_key}:installed_versions"
12790
self.cache_client.srem(versions_set_key, version)
12791
12792
if not post_deletion_installations:
0 commit comments