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): """