From bdcac865b98038386996c7eaed156bf6498cd1ee Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 21 Oct 2012 19:08:32 +0200 Subject: [PATCH] [Solo] fix undefined reference in "solo status" --- client/solo/commands/status.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/solo/commands/status.py b/client/solo/commands/status.py index e109c88d5..ead3fd385 100644 --- a/client/solo/commands/status.py +++ b/client/solo/commands/status.py @@ -75,8 +75,7 @@ Show Repositories status. """ Overridden from SoloCommand. """ - import sys - return self._bashcomp(sys.stdout, last_arg, outcome) + return self._bashcomp(sys.stdout, last_arg, []) def _status(self, entropy_client): """