Исправлены сообщение и вызов emerge команды

develop 3.4.0_alpha3
Mike Khiretskiy 9 years ago
parent 3f219d74e1
commit f445d23e28

@ -69,7 +69,7 @@ class CommandExecutor(object):
self.logfile = logfile
def get_command(self):
return [self.cmd] + self.params
return [self.cmd] + list(self.params)
def execute(self):
if self.child is None:

@ -335,11 +335,11 @@ class VariableClUpdateBinhostRecheckSet(Variable):
type = "bool"
value = "off"
opt = ["--recheck-binhost"]
opt = ["--scan"]
def init(self):
self.help = _("re-check most relevant update server")
self.label = _("Re-check most relevant update server")
self.help = _("search for the most appropriate update server")
self.label = _("Search for the most appropriate update server")
class VariableClUpdateBinhostHost(FieldValue, ReadonlyVariable):

Loading…
Cancel
Save