From 93debd109df295fa2e5b4f583d05c41c8d4e5436 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 3 May 2013 09:12:04 +0200 Subject: [PATCH] [equo] wait indefinitely to acquire the resources lock using a spinner --- client/solo/commands/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/solo/commands/command.py b/client/solo/commands/command.py index b142ad915..3c311c05b 100644 --- a/client/solo/commands/command.py +++ b/client/solo/commands/command.py @@ -350,7 +350,7 @@ class SoloCommand(object): "Lock, please wait...")), back=True) acquired = entropy.tools.acquire_entropy_locks( - client, blocking=blocking) + client, blocking=blocking, spinner=True) if not acquired: client.output( darkgreen(_("Another Entropy is currently running.")),