Commit 73082c6e authored by Seblu's avatar Seblu
Browse files

default listing is now empty

parent 53375e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ class Command(object):
        except SystemExit:
            return
        if len(args) == 0:
            args.append("a")
            args.append("")
        try:
            objs = self.cli.rpc.call("list", str.join("", args))
        except RpcError as e: