commit | 85c735ca89603cea95c55b6967eea592dfd7d93f | [log] [tgz] |
---|---|---|
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Thu Mar 30 17:55:17 2023 -0400 |
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Thu Mar 30 17:55:17 2023 -0400 |
tree | bcfb08846300cba49d69b8e1dfcc361529830414 | |
parent | 25d5f90fb7fb9bbc20ebd3d563fb57c49219e1e0 [diff] |
Use lambda when sorting tuples Sorting tuples of (datetime, message) requires using a lambda so Python doesn't try to compare messages. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>