Unverified Kaydet (Commit) 3688a05b authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

beintalled için düzeltme.

işlem kesilmeyip uzun sürüyordu. oraya bir return atıldı.
üst ef8ef75e
......@@ -213,6 +213,7 @@ def takeback(operation):
if not beinstalled and not beremoved:
ctx.ui.info(
_("There is no packages to taking back (installing or removing)."))
return
if beinstalled:
ctx.ui.info(
......@@ -230,8 +231,8 @@ def takeback(operation):
errors = []
paths = []
lndig = math.floor(math.log(len(beinstalled), 10)) + 1
for pkg in beinstalled:
lndig = math.floor(math.log(len(beinstalled), 10)) + 1
ctx.ui.info(_("Downloading") +
str(" [ {:>" +
str(lndig) +
......
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