=== modified file 'mandos-ctl' --- mandos-ctl 2019-03-02 02:43:59 +0000 +++ mandos-ctl 2019-03-02 02:58:10 +0000 @@ -318,8 +318,8 @@ "Format string used to format table rows" return " ".join("{{{key}:{width}}}".format( width=max(len(self.tablewords[key]), - max(len(self.string_from_client(client, key)) - for client in self.clients)), + *(len(self.string_from_client(client, key)) + for client in self.clients)), key=key) for key in self.keywords)