Kaydet (Commit) d04b07f4 authored tarafından Eray Özkural's avatar Eray Özkural

* fix: handle pending db

üst ba62b66e
......@@ -154,6 +154,7 @@ class InstallDB:
assert info.state == 'ip'
info.state = 'i'
self.d[pkg] = info
del self.dp[pkg]
def remove(self, pkg):
pkg = str(pkg)
......
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